From 701b16754ea233993bdc7d65d5181696cc53cc9b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 May 2019 12:16:31 +0800 Subject: [PATCH] show only active languages. --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2