fix constant for deleteothersnotice

This commit is contained in:
Evan Prodromou
2009-11-07 22:26:03 -05:00
parent 38833af6f1
commit 1de9496c7f
2 changed files with 2 additions and 2 deletions

View File

@@ -513,7 +513,7 @@ class NoticeListItem extends Widget
$user = common_current_user();
if (!empty($user) &&
($this->notice->profile_id == $user->id || $user->hasRight(Right::deleteOthersNotice))) {
($this->notice->profile_id == $user->id || $user->hasRight(Right::DELETEOTHERSNOTICE))) {
$deleteurl = common_local_url('deletenotice',
array('notice' => $this->notice->id));