favorites should show owner design

This commit is contained in:
Evan Prodromou 2009-07-02 08:21:41 -04:00
parent 90557e9147
commit b4de1d4636

View File

@ -45,7 +45,7 @@ require_once INSTALLDIR.'/lib/feedlist.php';
* @link http://laconi.ca/ * @link http://laconi.ca/
*/ */
class ShowfavoritesAction extends CurrentUserDesignAction class ShowfavoritesAction extends OwnerDesignAction
{ {
/** User we're getting the faves of */ /** User we're getting the faves of */
var $user = null; var $user = null;