Skip to content

Commit

Permalink
#74 Cagtegory should have image file
Browse files Browse the repository at this point in the history
  • Loading branch information
kilica committed May 23, 2013
1 parent b16e8d2 commit 478e5ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
{
exit();
}

require_once dirname(__FILE__) . '/AbstractObject.class.php';
/**
* Abstract Category Class
**/
abstract class Legacy_AbstractCategoryObject extends XoopsSimpleObject
abstract class Legacy_AbstractCategoryObject extends Legacy_AbstractObject
{
const PRIMARY = 'cat_id';
const DATANAME = 'cat';
Expand Down

0 comments on commit 478e5ea

Please sign in to comment.