version 0.3.29
[fms.git] / include / http / pages / forumviewthreadpage.h
index 78c2e2c..6374105 100644 (file)
@@ -6,9 +6,9 @@
 class ForumViewThreadPage:public ForumPage\r
 {\r
 public:\r
-       ForumViewThreadPage(const std::string &templatestr):ForumPage(templatestr,"forumviewthread.htm")        {}\r
+       ForumViewThreadPage(SQLite3DB::DB *db,const std::string &templatestr):ForumPage(db,templatestr,"forumviewthread.htm")   {}\r
 \r
-       IPageHandler *New()             { return new ForumViewThreadPage(m_template); }\r
+       IPageHandler *New()             { return new ForumViewThreadPage(m_db,m_template); }\r
 private:\r
        const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
 \r