[page] désactivation du cache
This commit is contained in:
parent
80cb90705b
commit
f1bbc06eb1
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue