Skip to content

Commit

Permalink
Add missing home property
Browse files Browse the repository at this point in the history
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@3876 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
  • Loading branch information
eddieajau committed Jun 5, 2006
1 parent d2bd8eb commit 8fae599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/joomla/database/table/menu.php
Expand Up @@ -61,6 +61,8 @@ class JTableMenu extends JTable
var $lft = null;
/** @var int Pre-order tree traversal - right value */
var $rgt = null;
/** @var int */
var $home = null;

/**
* Constructor
Expand Down

0 comments on commit 8fae599

Please sign in to comment.