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