Browse Source

[page] désactivation du cache

Maxime Alves LIRMM@home 3 years ago
parent
commit
f1bbc06eb1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/page.cpp

+ 2
- 2
src/page.cpp View File

225
 {
225
 {
226
 	this->slug=slug;
226
 	this->slug=slug;
227
 	std::string key="article_"+locale_name+":"+slug;
227
 	std::string key="article_"+locale_name+":"+slug;
228
-	if(cache().fetch_page(key))
229
-		return;
228
+    // if(cache().fetch_page(key))
229
+    //  return;
230
 	content::page c;
230
 	content::page c;
231
 
231
 
232
 	cppdb::session sql(conn);
232
 	cppdb::session sql(conn);

Loading…
Cancel
Save