Index: branches/5.2.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r14784 -r15137 --- branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 14784) +++ branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15137) @@ -1,6 +1,6 @@ Application->recallObject('st.-virtual'); + $page = $this->Application->recallObject('st.-virtual'); /* @var $page kDBItem */ if ($page->isLoaded()) { @@ -1177,7 +1177,7 @@ */ function CompressScript($data, $raw_script = false, $file_extension = '') { - $minify_helper =& $this->Application->recallObject('MinifyHelper'); + $minify_helper = $this->Application->recallObject('MinifyHelper'); /* @var $minify_helper MinifyHelper */ if ($raw_script) {