fix #8131 - chinese translations
[Pman.Core] / DataObjects / Translations.php
index 3bea836..d3d0c03 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Table Definition for translations
  */
-require_once 'DB/DataObject.php';
+class_exists('DB_DataObject') ? '' : require_once 'DB/DataObject.php';
 
 class Pman_Core_DataObjects_Translations extends DB_DataObject 
 {
@@ -20,4 +20,13 @@ class Pman_Core_DataObjects_Translations extends DB_DataObject
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
+    
+    function loadFromModule($modinfo)
+    {
+        
+        
+        
+        
+    }
+    
 }