Fix #5856 - language translations of countries and languages etc.
[Pman.Core] / I18n.php
index 15f1198..8367964 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -120,7 +120,7 @@ class Pman_Core_I18n extends Pman
         
         
         $i = DB_DataObject::Factory('I18n');
-        
+        $i->is_active = 1;
         switch($s) {
             case 'Lang':