diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-02 08:21:41 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-02 08:21:41 -0400 |
commit | b4de1d4636d6b4e9dab4a680ab2975c9e8b303ba (patch) | |
tree | fc9e9607cab54fe870f218de849f92cbe5a2e907 | |
parent | 90557e9147a154e84a6d46ee1d63efceaf9ff12b (diff) |
favorites should show owner design
-rw-r--r-- | actions/showfavorites.php | 2 |
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; |