From: Zach Copley Date: Thu, 18 Jun 2009 01:05:12 +0000 (-0700) Subject: Have user favorites page show user's design X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06240450ef4818a8a74748ada297d1d55d18b967;p=quix0rs-gnu-social.git Have user favorites page show user's design --- diff --git a/actions/showfavorites.php b/actions/showfavorites.php index 865045337a..01f38a8927 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 Action +class ShowfavoritesAction extends CurrentUserDesignAction { /** User we're getting the faves of */ var $user = null;