Remove i18n fix from previous commit: this is a debug log entry.
This commit is contained in:
parent
4b0dd8384f
commit
91cb7b8775
@ -366,11 +366,11 @@ class RealtimePlugin extends Plugin
|
|||||||
$convurl = $conv->uri;
|
$convurl = $conv->uri;
|
||||||
|
|
||||||
if(empty($convurl)) {
|
if(empty($convurl)) {
|
||||||
$msg = sprintf( _m("Could not find Conversation ID %d to make 'in context'"
|
$msg = sprintf( "Could not find Conversation ID %d to make 'in context'"
|
||||||
. "link for Notice ID %d.",
|
. "link for Notice ID %d.",
|
||||||
$notice->conversation,
|
$notice->conversation,
|
||||||
$notice->id
|
$notice->id
|
||||||
));
|
);
|
||||||
|
|
||||||
common_log(LOG_WARNING, $msg);
|
common_log(LOG_WARNING, $msg);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user