Skip to content

Commit

Permalink
#1402 Fix wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 15, 2015
1 parent fe9968f commit f8e0734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage/moderate.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$ip = $db->result($result);
}

message_backstage(sprintf(__('The IP address is: %s', 'luna'), $ip).'<br />'.sprintf(__('The host name is: %s', 'luna'), @gethostbyaddr($ip)).'<br /><br /><a class="btn btn-primary" href="backstage/users.php?show_users='.$ip.'">'.__('Show more users for this IP', 'luna').'</a>');
message_backstage(sprintf(__('The IP address is: %s', 'luna'), $ip).'<br />'.sprintf(__('The host name is: %s', 'luna'), @gethostbyaddr($ip)).'<br /><br /><a class="btn btn-primary" href="users.php?show_users='.$ip.'">'.__('Show more users for this IP', 'luna').'</a>');
}


Expand Down

0 comments on commit f8e0734

Please sign in to comment.