Closed (fixed)
Project:
Author Pane
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2010 at 00:32 UTC
Updated:
5 Oct 2010 at 03:30 UTC
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
Comment #1
michelleThanks. Committed to 2.x. I'm not doing anything more to 1.x at this point.
Michelle