[Phpfreechat-svn] SF.net SVN: phpfreechat: [798] trunk/src/containers/file.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-10-04 01:43:25
|
Revision: 798 http://svn.sourceforge.net/phpfreechat/?rev=798&view=rev Author: kerphi Date: 2006-09-27 09:30:22 -0700 (Wed, 27 Sep 2006) Log Message: ----------- code cleaning Modified Paths: -------------- trunk/src/containers/file.class.php Modified: trunk/src/containers/file.class.php =================================================================== --- trunk/src/containers/file.class.php 2006-09-26 21:02:14 UTC (rev 797) +++ trunk/src/containers/file.class.php 2006-09-27 16:30:22 UTC (rev 798) @@ -49,7 +49,7 @@ { $c =& $this->c; - $cfg = array(); + $cfg = pfcContainer::getDefaultConfig(); $cfg["chat_dir"] = ''; // will be generated from the other parameters into the init step $cfg["server_dir"] = ''; // will be generated from the other parameters into the init step return $cfg; @@ -57,7 +57,7 @@ function init() { - $errors = array(); + $errors = pfcContainer::init(); $c =& $this->c; // generate the container parameters from other config parameters This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |