I18n.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 06:12:18 +0000 (14:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 06:12:18 +0000 (14:12 +0800)
I18n.php

index addc585..446f942 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -116,7 +116,7 @@ class Pman_Core_I18n extends Pman
         
         switch($s) {
             case 'Lang':
-                DB_DatatObject::DebugLevel(1);
+                DB_DataObject::DebugLevel(1);
                 $i->ltype = 'l';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
                 $this->jdata($i->toTransList('l',  $lbits[0]));