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/galleryaction.php | |
parent | d7e3bab0b81fa7cd7f120e4ff53f89c70c18bad5 (diff) |
make some of the actions show the user's design
Diffstat (limited to 'lib/galleryaction.php')
-rw-r--r-- | lib/galleryaction.php | 3 |
1 files changed, 1 insertions, 2 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; |