diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:35:04 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:35:04 -0400 |
commit | 9c2f04afc6e70032da5aeb0441e6e0a9b0ffe253 (patch) | |
tree | 560a55d1f71428b73d3ac7e9ed619f54e2b37bb0 /lib | |
parent | d7e3bab0b81fa7cd7f120e4ff53f89c70c18bad5 (diff) |
make some of the actions show the user's design
Diffstat (limited to 'lib')
-rw-r--r-- | lib/galleryaction.php | 3 | ||||
-rw-r--r-- | lib/profileaction.php | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/galleryaction.php b/lib/galleryaction.php index 8fa11a756..498c82851 100644 --- a/lib/galleryaction.php +++ b/lib/galleryaction.php @@ -27,10 +27,9 @@ require_once INSTALLDIR.'/lib/profilelist.php'; define('AVATARS_PER_PAGE', 80); -class GalleryAction extends Action +class GalleryAction extends OwnerDesignAction { var $profile = null; - var $user = null; var $page = null; var $tag = null; diff --git a/lib/profileaction.php b/lib/profileaction.php index a3437ff4d..a14d3846e 100644 --- a/lib/profileaction.php +++ b/lib/profileaction.php @@ -47,9 +47,8 @@ require_once INSTALLDIR.'/lib/groupminilist.php'; * @link http://laconi.ca/ */ -class ProfileAction extends Action +class ProfileAction extends OwnerDesignAction { - var $user = null; var $page = null; var $profile = null; var $tag = null; |