Fix #6032 - change the release index page to plain html
[Pman.Core] / DataObjects / I18n.php
index c85a036..ce1619a 100644 (file)
@@ -140,6 +140,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
                     {$tn}.lval as title,
                     {$tn}.lkey as code
             ");
+            $this->is_active = 1;
             if (!empty($q['_title'])) {
                 $this->whereAdd("{$tn}.lval like '{$this->escape($_REQUEST['_title'])}%'");
             }
@@ -245,7 +246,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
     function toTransList($ltype, $inlang)
     {
         
-        
+        $this->is_active = 1;
         $this->ltype = $ltype;
         $this->inlang= $inlang;
         $this->selectAdd();