diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:11:13 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:11:13 +0000 |
commit | 4b542ccc1c0d99e35c0a7002ae9be6285933f036 (patch) | |
tree | 0a97d30aa9db73798c2b58e9c4c66788699da482 | |
parent | 77185dd4c67761afbe670a15928c523f4de2842b (diff) | |
parent | 4eddf1c7a4fd0876958bb3215875108e3e25ae8d (diff) |
Merge branch 'userdesign' of /var/www/design into userdesign
-rw-r--r-- | actions/showfavorites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php index 865045337..01f38a892 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; |