diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-16 07:07:40 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-16 07:07:40 +0000 |
commit | 401c7013690695fdd3993198a1bafbea88d77bb0 (patch) | |
tree | 1ca8a3cd17de8363e4a6099b40ac71277c4c4958 /modules | |
parent | c377ffc2a5cc334981ab81e96ae0bc18a868edf7 (diff) |
Remove unnecessary slash from url::site() arg.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/server_add/helpers/server_add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/server_add/helpers/server_add.php b/modules/server_add/helpers/server_add.php index 10a7c626..6a67e45a 100644 --- a/modules/server_add/helpers/server_add.php +++ b/modules/server_add/helpers/server_add.php @@ -25,7 +25,7 @@ class server_add_Core { if (empty($paths)) { site_status::warning( t("Server Add needs configuration. <a href=\"%url\">Configure it now!</a>", - array("url" => url::site("/admin/server_add"))), + array("url" => url::site("admin/server_add"))), "server_add_configuration"); } else { site_status::clear("server_add_configuration"); |