Skip to content

Commit

Permalink
change self:: into static::
Browse files Browse the repository at this point in the history
changing self::isSupported into static::isSupported since the function is static
  • Loading branch information
hans2103 committed May 31, 2014
1 parent d6b7ff3 commit df8b449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/redis.php
Expand Up @@ -61,7 +61,7 @@ public function __construct($options = array())
*/
protected function getConnection()
{
if (self::isSupported()) != true)
if (static::isSupported() != true)
{
return false;
}
Expand Down

0 comments on commit df8b449

Please sign in to comment.