From: Alan Knowles Date: Wed, 22 May 2019 04:16:31 +0000 (+0800) Subject: show only active languages. X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=701b16754ea233993bdc7d65d5181696cc53cc9b show only active languages. --- diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index ef145a12..ce1619ad 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -246,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();