Index: branches/unlabeled/unlabeled-1.13.12/kernel/units/general/inp1_parser.php =================================================================== diff -u -r3577 -r4387 --- branches/unlabeled/unlabeled-1.13.12/kernel/units/general/inp1_parser.php (.../inp1_parser.php) (revision 3577) +++ branches/unlabeled/unlabeled-1.13.12/kernel/units/general/inp1_parser.php (.../inp1_parser.php) (revision 4387) @@ -72,7 +72,7 @@ $lastExpire, $diffZone, $date, $nowDate, $lastExpireDate, $SearchPerformed, $TotalMessagesSent, $ado, $adminDir, $rootURL, $secureURL, $html, $timeout, $pathchar, $objTemplate, $objTopicList, $objArticleList, $objPostingList, $objCensorList, - $objSmileys, $objPMList, $SubscribeAddress, $SubscribeError, $SubscribeResult; + $objSmileys, $objPMList, $SubscribeAddress, $SubscribeError, $SubscribeResult, $application; $pathtoroot = $this->Application->IsAdmin() ? '../' : './'; $pathtoroot = realpath($pathtoroot)."/"; Index: branches/unlabeled/unlabeled-1.13.12/core/units/general/inp1_parser.php =================================================================== diff -u -r3577 -r4387 --- branches/unlabeled/unlabeled-1.13.12/core/units/general/inp1_parser.php (.../inp1_parser.php) (revision 3577) +++ branches/unlabeled/unlabeled-1.13.12/core/units/general/inp1_parser.php (.../inp1_parser.php) (revision 4387) @@ -72,7 +72,7 @@ $lastExpire, $diffZone, $date, $nowDate, $lastExpireDate, $SearchPerformed, $TotalMessagesSent, $ado, $adminDir, $rootURL, $secureURL, $html, $timeout, $pathchar, $objTemplate, $objTopicList, $objArticleList, $objPostingList, $objCensorList, - $objSmileys, $objPMList, $SubscribeAddress, $SubscribeError, $SubscribeResult; + $objSmileys, $objPMList, $SubscribeAddress, $SubscribeError, $SubscribeResult, $application; $pathtoroot = $this->Application->IsAdmin() ? '../' : './'; $pathtoroot = realpath($pathtoroot)."/"; Index: branches/unlabeled/unlabeled-1.115.2/core/kernel/application.php =================================================================== diff -u -r4386 -r4387 --- branches/unlabeled/unlabeled-1.115.2/core/kernel/application.php (.../application.php) (revision 4386) +++ branches/unlabeled/unlabeled-1.115.2/core/kernel/application.php (.../application.php) (revision 4387) @@ -948,7 +948,7 @@ $main_index = array_search('m', $pass_info); if ($main_index !== false) { unset($pass_info[$main_index]); - $pass_info = array_unshift($pass_info, 'm'); + array_unshift($pass_info, 'm'); } return $pass_info; }