I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 03:59:22 +0000 (11:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 03:59:22 +0000 (11:59 +0800)
I18n.php

index 224d6b6..edc9e68 100644 (file)
--- 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;