From: <for...@us...> - 2012-05-17 11:47:56
|
Revision: 9534 http://xoops.svn.sourceforge.net/xoops/?rev=9534&view=rev Author: forxoops Date: 2012-05-17 11:47:50 +0000 (Thu, 17 May 2012) Log Message: ----------- Remove PHP 5.3 error Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/smarty/xoops_plugins/function.xoInboxCount.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/smarty/xoops_plugins/function.xoInboxCount.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/smarty/xoops_plugins/function.xoInboxCount.php 2012-05-17 10:11:59 UTC (rev 9533) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/smarty/xoops_plugins/function.xoInboxCount.php 2012-05-17 11:47:50 UTC (rev 9534) @@ -14,7 +14,7 @@ } else { $pm_handler = $xoops->getHandlerPrivmessage(); - $xoopsPreload =& XoopsPreload::getInstance(); + $xoopsPreload = XoopsPreload::getInstance(); $xoopsPreload->triggerEvent('core.class.smarty.xoops_plugins.xoinboxcount', array($pm_handler)); $criteria = new CriteriaCompo(new Criteria('read_msg', 0)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |