]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Have user favorites page show user's design
authorZach Copley <zach@controlyourself.ca>
Thu, 18 Jun 2009 01:05:12 +0000 (18:05 -0700)
committerZach Copley <zach@controlyourself.ca>
Thu, 18 Jun 2009 01:05:12 +0000 (18:05 -0700)
actions/showfavorites.php

index 865045337aa9c07e8421f4801aeaa4f584f7e718..01f38a8927ced49a4a2f88864f905e9b4104bbaf 100644 (file)
@@ -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;