summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-17 18:05:12 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-17 18:05:12 -0700
commit06240450ef4818a8a74748ada297d1d55d18b967 (patch)
tree408d789764f0f56ca4f9425a1663ad8481be69d7 /actions/showfavorites.php
parentb0591cd98219cf523d35884015ee9f82c2aa9e09 (diff)
Have user favorites page show user's 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 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;