Skip to content

Commit

Permalink
Oh wait, I'm a dumbass
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEnchilada committed Feb 19, 2015
1 parent 8d4d336 commit 4723319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
7 changes: 1 addition & 6 deletions actions/showstream.php
Expand Up @@ -105,12 +105,6 @@ function title()
}
}

/*function showNoticeForm()
{
$notice_form = new NoticeForm($this, array('content' => "@{$this->profile->nickname} "));
$notice_form->show();
}*/

function handle($args)
{
// Looks like we're good; start output
Expand Down Expand Up @@ -327,6 +321,7 @@ function noticeFormOptions()

if (empty($cur) || $cur->id != $this->profile->id) {
$options['to_profile'] = $this->profile;
$options['content'] = "@{$this->profile->nickname} ";
}

return $options;
Expand Down
8 changes: 0 additions & 8 deletions lib/profileaction.php
Expand Up @@ -331,14 +331,6 @@ 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 4723319

Please sign in to comment.