don't show reply for anon user

This commit is contained in:
Evan Prodromou 2009-01-28 09:17:12 -05:00
parent e37e9c2084
commit d86622da33
1 changed files with 14 additions and 12 deletions

View File

@ -440,6 +440,7 @@ class NoticeListItem extends Widget
function showReplyLink() function showReplyLink()
{ {
if (common_logged_in()) {
$reply_url = common_local_url('newnotice', $reply_url = common_local_url('newnotice',
array('replyto' => $this->profile->nickname)); array('replyto' => $this->profile->nickname));
@ -454,6 +455,7 @@ class NoticeListItem extends Widget
$this->out->elementEnd('dd'); $this->out->elementEnd('dd');
$this->out->elementEnd('dl'); $this->out->elementEnd('dl');
} }
}
/** /**
* if the user is the author, let them delete the notice * if the user is the author, let them delete the notice