From dde18582493270fadd9aefa4d5569faa9cc6f269 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Sep 2010 01:47:14 +0000 Subject: - Patch #904994 by douggreen, chx: watchdog should always use replaceable argument. --- modules/comment/comment.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/comment/comment.admin.inc b/modules/comment/comment.admin.inc index 4682cfa64..14d17fadb 100644 --- a/modules/comment/comment.admin.inc +++ b/modules/comment/comment.admin.inc @@ -273,7 +273,7 @@ function comment_confirm_delete_submit($form, &$form_state) { // Delete the comment and its replies. comment_delete($comment->cid); drupal_set_message(t('The comment and all its replies have been deleted.')); - watchdog('content', t('Deleted comment @cid and its replies.', array('@cid' => $comment->cid))); + watchdog('content', 'Deleted comment @cid and its replies.', array('@cid' => $comment->cid)); // Clear the cache so an anonymous user sees that his comment was deleted. cache_clear_all(); -- cgit v1.2.3