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

index 17bc4c6..f0354fa 100644 (file)
@@ -121,6 +121,12 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
     function buildDB($ltype= false, $inlang= false )
     {
         if ($ltype === false) {
+            
+            $this->buildDB('c');
+            $this->buildDB('l');
+            $this->buildDB('m');
+            
+            
             die("OOPS NO LTYPE");
         }
         if ($inlang == '**') {