From d1779405d2b2e0ffd37825f274d0a787b261b5ee Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 23 Apr 2008 18:05:58 +0000 Subject: - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. --- 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 144804e36..5708bafb1 100644 --- a/modules/comment/comment.admin.inc +++ b/modules/comment/comment.admin.inc @@ -277,7 +277,7 @@ function comment_confirm_delete_submit($form, &$form_state) { */ function _comment_delete_thread($comment) { if (!is_object($comment) || !is_numeric($comment->cid)) { - watchdog('content', 'Cannot delete non-existent comment.', WATCHDOG_WARNING); + watchdog('content', 'Cannot delete non-existent comment.', array(), WATCHDOG_WARNING); return; } -- cgit v1.2.3