Index: trunk/globals.php =================================================================== diff -u -r898 -r984 --- trunk/globals.php (.../globals.php) (revision 898) +++ trunk/globals.php (.../globals.php) (revision 984) @@ -1318,7 +1318,7 @@ // common action parsed by kernel parser, // but each module uses own EditStatus variable - $modules = Array('In-Link' => 'Link', 'In-News' => 'News', 'In-Bulletin' => 'Topic'); + $modules = Array('In-Link' => 'Link', 'In-News' => 'News', 'In-Bulletin' => 'Topic', 'In-Portal'=>'Review'); foreach($modules as $module => $prefix) if( isset($array[$prefix.$postfix]) ) return Array('Module' => $module, 'variable' => $array[$prefix.$postfix]);