Quellcode durchsuchen

Enhancement (internal) mark the "dict" entries as modified when loading them.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3660 a333f486-631f-4898-b8df-5754b55c2be0
dflaven vor 10 Jahren
Ursprung
Commit
7ed72c7b3f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      setup/modelfactory.class.inc.php

+ 1 - 0
setup/modelfactory.class.inc.php

@@ -538,6 +538,7 @@ class ModelFactory
 						}
 						else 
 						{
+							$oXmlEntry->setAttribute('_alteration', 'added');
 							$oXmlEntries->appendChild($oXmlEntry);
 						}
 						$this->aDictKeys[$sLanguageCode][$sCode] = true;