Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r14950 -r14989 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 14950) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 14989) @@ -1,6 +1,6 @@ SetVar('m_theme', $theme_id); - $this->SetVar('theme.current_id', $theme_id); // KOSTJA: this is to fool theme' getPassedId + $this->SetVar('theme.current_id', $theme_id); // KOSTJA: this is to fool theme' getPassedID $theme =& $this->recallObject('theme.current'); /* @var $theme ThemeItem */