Remove dev cache disabling
This commit is contained in:
parent
1a84bf1e2b
commit
5f143b72ea
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ function renderPage()
|
|||
startsWith($query,'do='. $targetPage) && !isLoggedIn()
|
||||
);
|
||||
$cached = $cache->cachedVersion();
|
||||
if (false && !empty($cached)) {
|
||||
if (!empty($cached)) {
|
||||
echo $cached;
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue