DataObjects/I18n.php
[Pman.Core] / DataObjects / I18n.php
index 4d45cd7..c85a036 100644 (file)
@@ -131,7 +131,10 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
                 i18n_translate(ltype, lkey, 'en') as lval_en
             ");
         }
-         if (!empty($q['_as_code_and_title'])) {
+        
+        if (!empty($q['_as_code_and_title'])) {
+            $tn = $this->tableName();
+            
             $this->selectAdd();
             $this->selectAdd("
                     {$tn}.lval as title,