From ff813ab62ca142f5c892846e56eb9044ffedd822 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 1 Sep 2009 16:50:12 +0000 Subject: =?UTF-8?q?#564562=20by=20G=C3=A1bor=20Hojtsy,=20Bojhan,=20yoroy,?= =?UTF-8?q?=20and=20catch:=20Added=20'System'=20configuration=20section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 638dbb1fd..5650bc64f 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -292,7 +292,7 @@ function actions_synchronize($delete_orphans = FALSE) { } } else { - $link = l(t('Remove orphaned actions'), 'admin/settings/actions/orphan'); + $link = l(t('Remove orphaned actions'), 'admin/config/system/actions/orphan'); $count = count($actions_in_db); $orphans = implode(', ', $orphaned); 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