diff includes/actions.inc @ 13:8b6c45761e01 6.6

Drupal 6.6
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:32:33 +0100
parents 589fb7c02327
children 3edae6ecd6c6
line wrap: on
line diff
--- a/includes/actions.inc	Tue Dec 23 14:32:19 2008 +0100
+++ b/includes/actions.inc	Tue Dec 23 14:32:33 2008 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: actions.inc,v 1.8.2.4 2008/09/05 09:29:22 dries Exp $
+// $Id: actions.inc,v 1.8.2.5 2008/10/16 12:45:53 goba Exp $
 
 /**
  * @file
@@ -298,7 +298,7 @@
       }
     }
     else {
-      $link = l(t('Remove orphaned actions'), 'admin/build/actions/orphan');
+      $link = l(t('Remove orphaned actions'), 'admin/settings/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), WATCHDOG_WARNING);
     }