[Phpfreechat-svn] SF.net SVN: phpfreechat: [595] trunk/src/containers/file.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-16 12:13:22
|
Revision: 595 Author: kerphi Date: 2006-06-16 05:13:17 -0700 (Fri, 16 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=595&view=rev Log Message: ----------- Warning fix: "Call-time pass-by-reference has been deprecated" Modified Paths: -------------- trunk/src/containers/file.class.php Modified: trunk/src/containers/file.class.php =================================================================== --- trunk/src/containers/file.class.php 2006-06-15 20:51:12 UTC (rev 594) +++ trunk/src/containers/file.class.php 2006-06-16 12:13:17 UTC (rev 595) @@ -35,7 +35,7 @@ function pfcContainer_File(&$config) { - pfcContainer::pfcContainer(&$config); + pfcContainer::pfcContainer($config); // $this->loadPaths(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |