Remove i18n fix from previous commit: this is a debug log entry.

This commit is contained in:
Siebrand Mazeland 2011-08-19 17:09:44 +02:00
parent 4b0dd8384f
commit 91cb7b8775

View File

@ -366,11 +366,11 @@ class RealtimePlugin extends Plugin
$convurl = $conv->uri;
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.",
$notice->conversation,
$notice->id
));
);
common_log(LOG_WARNING, $msg);
} else {