Skip to content

Commit 8d4d336

Browse files
author
RedEnchilada
committed
Ummmm will this fix it?
1 parent 5057dd2 commit 8d4d336

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

actions/showstream.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@ function title()
111111
$notice_form->show();
112112
}*/
113113

114-
function noticeFormOptions()
115-
{
116-
$options = parent::noticeFormOptions();
117-
$options['content'] = "@{$this->profile->nickname} ";
118-
119-
return $options;
120-
}
121-
122114
function handle($args)
123115
{
124116
// Looks like we're good; start output

lib/profileaction.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,14 @@ function showLists()
331331
$this->elementEnd('div');
332332
}
333333
}
334+
335+
function noticeFormOptions()
336+
{
337+
$options = parent::noticeFormOptions();
338+
$options['content'] = "@{$this->profile->nickname} ";
339+
340+
return $options;
341+
}
334342
}
335343

336344
class SubscribersMiniList extends ProfileMiniList

0 commit comments

Comments
 (0)