Remove gettext wrapper from log msg
This commit is contained in:
parent
1d2a3be88e
commit
e7ef9e2117
@ -75,7 +75,7 @@ class BookmarkListItem extends NoticeListItemAdapter
|
||||
common_log(
|
||||
LOG_ERR,
|
||||
sprintf(
|
||||
_m('Bookmark %1$s (notice %2$d) has no attachments.'),
|
||||
'Bookmark %1$s (notice %2$d) has no attachments.',
|
||||
$nb->id,
|
||||
$notice->id
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user