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