Revision: 534
http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=534&view=rev
Author: mumincacao
Date: 2011-08-01 04:11:31 +0000 (Mon, 01 Aug 2011)
Log Message:
-----------
Fixed Typo:Module config install error constant not found.
Modified Paths:
--------------
tools_Tubson/trunk/cubson/Generator/Project/InstallUtilsGenerator.cs
Modified: tools_Tubson/trunk/cubson/Generator/Project/InstallUtilsGenerator.cs
===================================================================
--- tools_Tubson/trunk/cubson/Generator/Project/InstallUtilsGenerator.cs 2011-07-11 05:22:24 UTC (rev 533)
+++ tools_Tubson/trunk/cubson/Generator/Project/InstallUtilsGenerator.cs 2011-08-01 04:11:31 UTC (rev 534)
@@ -1081,7 +1081,7 @@
updateConfigByInfo.AppendBreak();
updateConfigByInfo.AppendCode("if(!(count($configs) > 0 && is_object($configs[0])))");
updateConfigByInfo.AppendCode("{");
- updateConfigByInfo.AppendCode(" $log->addError(_MI{DIRNAME}_INSTALL_ERROR_CONFIG_NOT_FOUND);");
+ updateConfigByInfo.AppendCode(" $log->addError(_MI_{DIRNAME}_INSTALL_ERROR_CONFIG_NOT_FOUND);");
updateConfigByInfo.AppendCode(" return false;");
updateConfigByInfo.AppendCode("}");
updateConfigByInfo.AppendBreak();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|