summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-02 08:21:41 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-02 08:21:41 -0400
commitb4de1d4636d6b4e9dab4a680ab2975c9e8b303ba (patch)
treefc9e9607cab54fe870f218de849f92cbe5a2e907 /actions/showfavorites.php
parent90557e9147a154e84a6d46ee1d63efceaf9ff12b (diff)
favorites should show owner design
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php
index b723924a5..8efe9d30a 100644
--- a/actions/showfavorites.php
+++ b/actions/showfavorites.php
@@ -45,7 +45,7 @@ require_once INSTALLDIR.'/lib/feedlist.php';
* @link http://laconi.ca/
*/
-class ShowfavoritesAction extends CurrentUserDesignAction
+class ShowfavoritesAction extends OwnerDesignAction
{
/** User we're getting the faves of */
var $user = null;