From: Alan Knowles Date: Thu, 15 Sep 2011 03:59:22 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e66de97a09788cb6d1d7b1f777e3506682c95400 I18n.php --- diff --git a/I18n.php b/I18n.php index 224d6b66..edc9e68a 100644 --- a/I18n.php +++ b/I18n.php @@ -158,9 +158,8 @@ class Pman_Core_i18N extends Pman case 'BuildDB': // by admin only?!? //DB_DataObject::debugLevel(1); - $this->buildDb('l'); - $this->buildDb('c'); - $this->buildDb('m'); + $i = DB_DataObject::Factory('I18n'); + $i->buildDb(); die("DONE!"); break;