forked from GNUsocial/gnu-social
add attributes for shownotice
darcs-hash:20081202050200-5ed1f-1ba5a3573e2276eac22a018ce26cc76b1ed7275f.gz
This commit is contained in:
parent
31bb9d07dc
commit
e0995d2fb7
@ -23,6 +23,10 @@ require_once(INSTALLDIR.'/lib/stream.php');
|
|||||||
|
|
||||||
class ShownoticeAction extends StreamAction {
|
class ShownoticeAction extends StreamAction {
|
||||||
|
|
||||||
|
var $notice = NULL;
|
||||||
|
var $profile = NULL;
|
||||||
|
var $avatar = NULL;
|
||||||
|
|
||||||
function init($args) {
|
function init($args) {
|
||||||
|
|
||||||
parent::init($args);
|
parent::init($args);
|
||||||
|
Loading…
Reference in New Issue
Block a user