File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,6 @@ function title()
105
105
}
106
106
}
107
107
108
- /*function showNoticeForm()
109
- {
110
- $notice_form = new NoticeForm($this, array('content' => "@{$this->profile->nickname} "));
111
- $notice_form->show();
112
- }*/
113
-
114
108
function handle ($ args )
115
109
{
116
110
// Looks like we're good; start output
@@ -327,6 +321,7 @@ function noticeFormOptions()
327
321
328
322
if (empty ($ cur ) || $ cur ->id != $ this ->profile ->id ) {
329
323
$ options ['to_profile ' ] = $ this ->profile ;
324
+ $ options ['content ' ] = "@ {$ this ->profile ->nickname } " ;
330
325
}
331
326
332
327
return $ options ;
Original file line number Diff line number Diff line change @@ -331,14 +331,6 @@ 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
- }
342
334
}
343
335
344
336
class SubscribersMiniList extends ProfileMiniList
You can’t perform that action at this time.
0 commit comments