From cb5f6e1ada011d8bf6662bee11182c36da22e897 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 28 Jul 2015 12:55:51 +0000 Subject: [PATCH] Enhancement (internal) mark the "dict" entries as modified when loading them. SVN:trunk[3660] --- setup/modelfactory.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index c6d350969..353ae4ef5 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -538,6 +538,7 @@ class ModelFactory } else { + $oXmlEntry->setAttribute('_alteration', 'added'); $oXmlEntries->appendChild($oXmlEntry); } $this->aDictKeys[$sLanguageCode][$sCode] = true;