summaryrefslogtreecommitdiff
path: root/includes/actions.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-01 16:50:12 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-01 16:50:12 +0000
commitff813ab62ca142f5c892846e56eb9044ffedd822 (patch)
tree6b0c5f22d7729fb579170ad3301aec31d99991d2 /includes/actions.inc
parent39d2e4af43d7d682391796a2cbfedfb0e956dbdc (diff)
downloadbrdo-ff813ab62ca142f5c892846e56eb9044ffedd822.tar.gz
brdo-ff813ab62ca142f5c892846e56eb9044ffedd822.tar.bz2
#564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section.
Diffstat (limited to 'includes/actions.inc')
-rw-r--r--includes/actions.inc2
1 files changed, 1 insertions, 1 deletions
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);