Have user favorites page show user's design

This commit is contained in:
Zach Copley 2009-06-17 18:05:12 -07:00
parent b0591cd982
commit 06240450ef
1 changed files with 1 additions and 1 deletions

View 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;