Skip to content

Commit

Permalink
removing else
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed May 31, 2014
1 parent bebc61c commit 021fec9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libraries/joomla/cache/storage/redis.php
Expand Up @@ -245,9 +245,7 @@ public static function isSupported()
{
return false;
}
else
{
return true;
}

return true;
}
}

0 comments on commit 021fec9

Please sign in to comment.