Index: trunk/admin/include/sections.php =================================================================== diff -u -N -r4199 -r4243 --- trunk/admin/include/sections.php (.../sections.php) (revision 4199) +++ trunk/admin/include/sections.php (.../sections.php) (revision 4243) @@ -93,9 +93,10 @@ { global $rootURL, $m_var_list_update; - if (!$this->IsJavaScriptLink()) { - $m_var_list_update['opener'] = 'r'; - if ($this->IsKernel4Link()) { + if(!$this->IsJavaScriptLink()) + { + $m_var_list_update['opener']='r'; + if ( $this->IsKernel4Link() ) { global $var_list_update; $stack_t = isset($var_list_update['t']) ? $var_list_update['t'] : null; $var_list_update['t'] = $this->Get('file');