The path in the link is wrong. I checked and this is a problem in the 6.x-2.0 RC version as well, but this patch is against 6.x-1.1

--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -14,6 +14,6 @@
   $account_id = $variables['account']->uid;
   
   if ($account_id != 0 && $account_id != $user->uid && user_access('administer troll')) {
-    $variables['troll_ban_author'] = l(t('Ban IP'), 'admin/settings/troll/ip_ban/user/'. $account_id);
+    $variables['troll_ban_author'] = l(t('Ban IP'), 'admin/user/troll/ip_ban/user/'. $account_id);
   }
 }

Comments

michelle’s picture

Version: 6.x-1.1 » 6.x-2.x-dev
Status: Active » Fixed

Thanks. Committed to 2.x. I'm not doing anything more to 1.x at this point.

Michelle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.