diff --git a/src/page.cpp b/src/page.cpp index da983ed..521067d 100644 --- a/src/page.cpp +++ b/src/page.cpp @@ -225,8 +225,8 @@ void page::display(std::string slug) { this->slug=slug; std::string key="article_"+locale_name+":"+slug; - if(cache().fetch_page(key)) - return; + // if(cache().fetch_page(key)) + // return; content::page c; cppdb::session sql(conn);