X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FI18n.php;fp=DataObjects%2FI18n.php;h=ce1619ad523467b7712713a8ad4402af2a6d86f6;hp=ef145a12b1a426842d005a8006cd7bb9f8e3f49b;hb=701b16754ea233993bdc7d65d5181696cc53cc9b;hpb=1a0a4a8e210ae6708cb6caed163d24970fabd4c9 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();