version 0.3.23
[fms.git] / include / http / pages / confirmpage.h
index 2ad4ed9..aaf0c78 100644 (file)
@@ -6,7 +6,7 @@
 class ConfirmPage:public IPageHandler\r
 {\r
 public:\r
-       ConfirmPage(const std::string &templatestr):IPageHandler(templatestr)           {}\r
+       ConfirmPage(const std::string &templatestr):IPageHandler(templatestr,"confirm.htm")             {}\r
 \r
        IPageHandler *New()     { return new ConfirmPage(m_template); }\r
 \r