summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php5
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
*