Skip to content

Commit

Permalink
Ummmm will this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEnchilada committed Feb 19, 2015
1 parent 5057dd2 commit 8d4d336
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions actions/showstream.php
Expand Up @@ -111,14 +111,6 @@ function title()
$notice_form->show();
}*/

function noticeFormOptions()
{
$options = parent::noticeFormOptions();
$options['content'] = "@{$this->profile->nickname} ";

return $options;
}

function handle($args)
{
// Looks like we're good; start output
Expand Down
8 changes: 8 additions & 0 deletions lib/profileaction.php
Expand Up @@ -331,6 +331,14 @@ function showLists()
$this->elementEnd('div');
}
}

function noticeFormOptions()
{
$options = parent::noticeFormOptions();
$options['content'] = "@{$this->profile->nickname} ";

return $options;
}
}

class SubscribersMiniList extends ProfileMiniList
Expand Down

0 comments on commit 8d4d336

Please sign in to comment.