diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:35:04 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:35:04 -0400 |
commit | 9c2f04afc6e70032da5aeb0441e6e0a9b0ffe253 (patch) | |
tree | 560a55d1f71428b73d3ac7e9ed619f54e2b37bb0 /actions/showfavorites.php | |
parent | d7e3bab0b81fa7cd7f120e4ff53f89c70c18bad5 (diff) |
make some of the actions show the user's design
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r-- | actions/showfavorites.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php index eed62a2ab..839f083dd 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -45,10 +45,8 @@ require_once INSTALLDIR.'/lib/feedlist.php'; * @link http://laconi.ca/ */ -class ShowfavoritesAction extends Action +class ShowfavoritesAction extends OwnerDesignAction { - /** User we're getting the faves of */ - var $user = null; /** Page of the faves we're on */ var $page = null; @@ -161,7 +159,6 @@ class ShowfavoritesAction extends Action $this->page, 'showfavorites', array('nickname' => $this->user->nickname)); } - /** * show the personal group nav * |