Forráskód Böngészése

Modified misleading/outdated comment in the configuration file.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1400 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 éve
szülő
commit
c65514fc5d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      core/config.class.inc.php

+ 1 - 1
core/config.class.inc.php

@@ -1173,7 +1173,7 @@ class Config
 			
 			fwrite($hFile, "\n/**\n");
 			fwrite($hFile, " *\n");
-			fwrite($hFile, " * Data model modules to be loaded. Names should be specified as absolute paths\n");
+			fwrite($hFile, " * Data model modules to be loaded. Names are specified as relative paths\n");
 			fwrite($hFile, " *\n");
 			fwrite($hFile, " */\n");
 			fwrite($hFile, "\$MyModules = array(\n");