typo
authorAlan <alan@roojs.com>
Wed, 11 Oct 2023 02:36:49 +0000 (10:36 +0800)
committerAlan <alan@roojs.com>
Wed, 11 Oct 2023 02:36:49 +0000 (10:36 +0800)
DataObjects/Core_domain.php

index 8c6bc83..3c50da4 100644 (file)
@@ -23,7 +23,7 @@ class Pman_Core_DataObjects_Core_domain extends DB_DataObject
             return $cache[$dom];
         }
         
-        $cd = DB_DataObject::Factory($dom);
+        $cd = DB_DataObject::Factory($this->tableName());
         if ($cd->get('domain', $dom)) {
             $cache[$dom] = $cd;
             return $cd;