DataObjects/Core_enum.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 02:35:59 +0000 (10:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 02:35:59 +0000 (10:35 +0800)
DataObjects/Core_enum.php

index 4e4000a..415228f 100644 (file)
@@ -156,9 +156,9 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
                 $t->insert();
             }
             if (!empty($row['cn'])) {
-                $this->initEnums($row['cn'], array('etype', $this->name)
+                $this->initEnums($row['cn'], array('etype', $t->name));
             }
-        
+        }
         
     }