diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-12 13:35:50 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-12 13:35:50 -0700 |
commit | 19034d140e79f774826d5a94128b0abe5020d1b3 (patch) | |
tree | 9cc2833d61f01444b9c0ccc8ccff967cfe562369 /modules | |
parent | 1ca2780efb26c55ea782f84a147b3a7642be5682 (diff) |
Rename the class to Item_Model_Core so that it can be overloaded.
Related to ticket #1368.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/models/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php index 3ceb5e37..7bcf1f31 100644 --- a/modules/gallery/models/item.php +++ b/modules/gallery/models/item.php @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class Item_Model extends ORM_MPTT { +class Item_Model_Core extends ORM_MPTT { protected $children = "items"; protected $sorting = array(); protected $data_file = null; |