summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/pages/hostserv/request.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-26 19:34:58 -0400
committerAdam <Adam@anope.org>2013-05-26 19:34:58 -0400
commitc21e8d9204f9b671177a63d4daa21957bffc1d9f (patch)
tree8103ff361e2b7251527b017853676d9cc92d05ac /modules/extra/webcpanel/pages/hostserv/request.cpp
parent22658d63bdb1e52a66f4514af45fa55ca5891345 (diff)
Fix webcpanel build
Diffstat (limited to 'modules/extra/webcpanel/pages/hostserv/request.cpp')
-rw-r--r--modules/extra/webcpanel/pages/hostserv/request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/webcpanel/pages/hostserv/request.cpp b/modules/extra/webcpanel/pages/hostserv/request.cpp
index 30a396a9b..49a1d00d8 100644
--- a/modules/extra/webcpanel/pages/hostserv/request.cpp
+++ b/modules/extra/webcpanel/pages/hostserv/request.cpp
@@ -18,7 +18,7 @@ bool WebCPanel::HostServ::Request::OnRequest(HTTPProvider *server, const Anope::
std::vector<Anope::string> params;
params.push_back(HTTPUtils::URLDecode(message.post_data["req"]));
- WebPanel::RunCommand(na->nc->display, na->nc, ::HostServ->nick, "hostserv/request", params, replacements, "CMDR");
+ WebPanel::RunCommand(na->nc->display, na->nc, "HostServ", "hostserv/request", params, replacements, "CMDR");
}
if (na->HasVhost())