Remove superfluous parentheses
This commit is contained in:
parent
e2ada291f7
commit
e50f1f0526
|
@ -72,7 +72,7 @@ final class MD_STD_CACHE {
|
|||
|
||||
ob_start();
|
||||
|
||||
if (($redisResult = $redis->get($redisKey))) {
|
||||
if ($redisResult = $redis->get($redisKey)) {
|
||||
|
||||
if (strlen($redisResult) > 3 and strpos($redisResult, ' id="errorPage"') === false) {
|
||||
$redis->close();
|
||||
|
|
Loading…
Reference in New Issue
Block a user