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(
|
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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user