[CS-Project-svn_notify] SF.net SVN: cs-project:[960] trunk/1.2/includes/setup.inc
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-10 16:05:39
|
Revision: 960 http://cs-project.svn.sourceforge.net/cs-project/?rev=960&view=rev Author: crazedsanity Date: 2009-02-10 16:05:35 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Fixed another old class name. Modified Paths: -------------- trunk/1.2/includes/setup.inc Modified: trunk/1.2/includes/setup.inc =================================================================== --- trunk/1.2/includes/setup.inc 2009-02-10 16:05:13 UTC (rev 959) +++ trunk/1.2/includes/setup.inc 2009-02-10 16:05:35 UTC (rev 960) @@ -150,7 +150,7 @@ //============================================================================= function read_version_file() { $retval = NULL; - $fsObj = new cs_fileSystemClass(dirname(__FILE__) .'/..'); + $fsObj = new cs_fileSystem(dirname(__FILE__) .'/..'); //okay, all files present: check the version in the VERSION file. $lines = $fsObj->read('VERSION', TRUE); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |