[CS-Project-svn_notify] SF.net SVN: cs-project:[979] trunk/1.2/lib/upgradeClass.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-18 14:22:58
|
Revision: 979 http://cs-project.svn.sourceforge.net/cs-project/?rev=979&view=rev Author: crazedsanity Date: 2009-08-18 14:22:50 +0000 (Tue, 18 Aug 2009) Log Message: ----------- Fix (hopefully) problem with reading the main config.xml layout... Modified Paths: -------------- trunk/1.2/lib/upgradeClass.php Modified: trunk/1.2/lib/upgradeClass.php =================================================================== --- trunk/1.2/lib/upgradeClass.php 2009-08-18 14:21:28 UTC (rev 978) +++ trunk/1.2/lib/upgradeClass.php 2009-08-18 14:22:50 UTC (rev 979) @@ -632,7 +632,7 @@ $xmlCreator->load_xmlparser_data($xmlParser); //update the given index. - $xmlCreator->add_tag($index, $value, $xmlParser->get_attribute('/CONFIG/'. strtoupper($index))); + $xmlCreator->add_tag($index, $value, $xmlParser->get_attribute('/CONFIG/MAIN/'. strtoupper($index))); $this->mainConfig[strtoupper($index)] = $value; $xmlString = $xmlCreator->create_xml_string(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |