Remove gettext wrapper from log msg

This commit is contained in:
Zach Copley 2011-09-30 18:20:22 +00:00
parent 1d2a3be88e
commit e7ef9e2117
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class BookmarkListItem extends NoticeListItemAdapter
common_log( common_log(
LOG_ERR, LOG_ERR,
sprintf( sprintf(
_m('Bookmark %1$s (notice %2$d) has no attachments.'), 'Bookmark %1$s (notice %2$d) has no attachments.',
$nb->id, $nb->id,
$notice->id $notice->id
) )