From: Evan Prodromou Date: Thu, 2 Jul 2009 12:21:41 +0000 (-0400) Subject: favorites should show owner design X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4de1d4636d6b4e9dab4a680ab2975c9e8b303ba;p=quix0rs-gnu-social.git favorites should show owner design --- diff --git a/actions/showfavorites.php b/actions/showfavorites.php index b723924a5e..8efe9d30aa 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 CurrentUserDesignAction +class ShowfavoritesAction extends OwnerDesignAction { /** User we're getting the faves of */ var $user = null;