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 /actions/replies.php | |
parent | d7e3bab0b81fa7cd7f120e4ff53f89c70c18bad5 (diff) |
make some of the actions show the user's design
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/replies.php b/actions/replies.php index dfb520d64..5d84f6428 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -45,9 +45,8 @@ require_once INSTALLDIR.'/lib/feedlist.php'; * @link http://laconi.ca/ */ -class RepliesAction extends Action +class RepliesAction extends OwnerDesignAction { - var $user = null; var $page = null; /** |