add attributes for shownotice

darcs-hash:20081202050200-5ed1f-1ba5a3573e2276eac22a018ce26cc76b1ed7275f.gz
This commit is contained in:
Evan Prodromou 2008-12-02 00:02:00 -05:00
parent 31bb9d07dc
commit e0995d2fb7
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ require_once(INSTALLDIR.'/lib/stream.php');
class ShownoticeAction extends StreamAction {
var $notice = NULL;
var $profile = NULL;
var $avatar = NULL;
function init($args) {
parent::init($args);