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,8 +225,8 @@ void page::display(std::string slug)
225 225
 {
226 226
 	this->slug=slug;
227 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 230
 	content::page c;
231 231
 
232 232
 	cppdb::session sql(conn);

Loading…
Cancel
Save