diff --git a/core/i18nTextCollector.php b/core/i18nTextCollector.php index 92a02f73a..95a7afdad 100644 --- a/core/i18nTextCollector.php +++ b/core/i18nTextCollector.php @@ -92,6 +92,7 @@ class i18nTextCollector extends Object { if(!isset($entitiesByModule[$othermodule])) $entitiesByModule[$othermodule] = array(); unset($spec[3]); $entitiesByModule[$othermodule][$fullName] = $spec; + unset($entitiesByModule[$module][$fullName]); } } }