From a706b8e1d251a341787c225eb6b43a7122a5f513 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 15 Apr 2019 14:42:21 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 15f11987..8367964c 100644 --- a/I18n.php +++ b/I18n.php @@ -120,7 +120,7 @@ class Pman_Core_I18n extends Pman $i = DB_DataObject::Factory('I18n'); - + $i->is_active = 1; switch($s) { case 'Lang': -- 2.39.2