show only active languages.
[Pman.Core] / DataObjects / I18n.php
index ef145a1..ce1619a 100644 (file)
@@ -246,7 +246,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
     function toTransList($ltype, $inlang)
     {
         
     function toTransList($ltype, $inlang)
     {
         
-        
+        $this->is_active = 1;
         $this->ltype = $ltype;
         $this->inlang= $inlang;
         $this->selectAdd();
         $this->ltype = $ltype;
         $this->inlang= $inlang;
         $this->selectAdd();