diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |