diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-17 18:05:12 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-17 18:05:12 -0700 |
commit | 06240450ef4818a8a74748ada297d1d55d18b967 (patch) | |
tree | 408d789764f0f56ca4f9425a1663ad8481be69d7 | |
parent | b0591cd98219cf523d35884015ee9f82c2aa9e09 (diff) |
Have user favorites page show user's 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 865045337..01f38a892 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 Action +class ShowfavoritesAction extends CurrentUserDesignAction { /** User we're getting the faves of */ var $user = null; |