From d81a8c14a87e35b06ed67a0b3e90fcbaa8d4fffe Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Aug 2008 06:57:13 +0000 Subject: - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call. --- includes/actions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/actions.inc') diff --git a/includes/actions.inc b/includes/actions.inc index 27f7bdf27..b67c1d183 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -298,7 +298,7 @@ function actions_synchronize($actions_in_code = array(), $delete_orphans = FALSE else { $link = l(t('Remove orphaned actions'), 'admin/build/actions/orphan'); $count = count($actions_in_db); - watchdog('actions', format_plural($count, 'One orphaned action (%orphans) exists in the actions table. !link', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), 'warning')); + watchdog('actions', format_plural($count, 'One orphaned action (%orphans) exists in the actions table. !link', '@count orphaned actions (%orphans) exist in the actions table. !link'), array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_WARNING); } } } -- cgit v1.2.3