Changed DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Mon, 20 May 2019 02:48:29 +0000 (10:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 May 2019 02:48:29 +0000 (10:48 +0800)
DataObjects/I18n.php

index c85a036..53fb837 100644 (file)
@@ -140,6 +140,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
                     {$tn}.lval as title,
                     {$tn}.lkey as code
             ");
+            $this->active = 1;
             if (!empty($q['_title'])) {
                 $this->whereAdd("{$tn}.lval like '{$this->escape($_REQUEST['_title'])}%'");
             }