From: Alan Knowles Date: Mon, 20 May 2019 02:49:59 +0000 (+0800) Subject: Fix #5881 - language list and names X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c623872838420a0cfb76596d7b09a694a1ee5f26;ds=sidebyside Fix #5881 - language list and names --- diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index c85a036b..ef145a12 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -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'])}%'"); }