Remove dev cache disabling

This commit is contained in:
ArthurHoaro 2016-03-26 16:59:22 +01:00
parent 1a84bf1e2b
commit 5f143b72ea
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ function renderPage()
startsWith($query,'do='. $targetPage) && !isLoggedIn()
);
$cached = $cache->cachedVersion();
if (false && !empty($cached)) {
if (!empty($cached)) {
echo $cached;
exit;
}