Skip to content

Commit

Permalink
[+]: edit cache -> do not - > "check for dev-ip or if cms-user is log…
Browse files Browse the repository at this point in the history
…ged-in"
  • Loading branch information
Lars Moelleken committed Feb 23, 2015
1 parent 11f5d8a commit 3354656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voku/db/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public static function execSQL($query, $useCache = false, $cacheTTL = 3600)
{
$db = DB::getInstance();
if ($useCache === true) {
$cache = new Cache();
$cache = new Cache(null, null, false, $useCache);

if (
$cache->getCacheIsReady() === true
Expand Down

0 comments on commit 3354656

Please sign in to comment.