favorites should show owner design

This commit is contained in:
Evan Prodromou 2009-07-02 08:21:41 -04:00
parent 90557e9147
commit b4de1d4636
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 CurrentUserDesignAction
class ShowfavoritesAction extends OwnerDesignAction
{
/** User we're getting the faves of */
var $user = null;