File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,6 @@ function title()
111
111
$notice_form->show();
112
112
}*/
113
113
114
- function noticeFormOptions ()
115
- {
116
- $ options = parent ::noticeFormOptions ();
117
- $ options ['content ' ] = "@ {$ this ->profile ->nickname } " ;
118
-
119
- return $ options ;
120
- }
121
-
122
114
function handle ($ args )
123
115
{
124
116
// Looks like we're good; start output
Original file line number Diff line number Diff line change @@ -331,6 +331,14 @@ function showLists()
331
331
$ this ->elementEnd ('div ' );
332
332
}
333
333
}
334
+
335
+ function noticeFormOptions ()
336
+ {
337
+ $ options = parent ::noticeFormOptions ();
338
+ $ options ['content ' ] = "@ {$ this ->profile ->nickname } " ;
339
+
340
+ return $ options ;
341
+ }
334
342
}
335
343
336
344
class SubscribersMiniList extends ProfileMiniList
You can’t perform that action at this time.
0 commit comments