From a30c4fe1307efdd4e2af7b5a530e4a330f634de4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Oct 2016 14:18:20 +0800 Subject: [PATCH] DataObjects/Core_group.php --- DataObjects/Core_group.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_group.php b/DataObjects/Core_group.php index 13434366..061b1842 100644 --- a/DataObjects/Core_group.php +++ b/DataObjects/Core_group.php @@ -14,12 +14,12 @@ */ require_once 'DB/DataObject.php'; -class Pman_Core_DataObjects_Core_groups extends DB_DataObject +class Pman_Core_DataObjects_Core_group extends DB_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'core_groups'; // table name + public $__table = 'core_group'; // table name public $id; // int(11) not_null primary_key auto_increment public $name; // string(64) not_null public $type; // int(11) -- 2.39.2