Skip to content

Commit

Permalink
replaced $this with self::
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed May 31, 2014
1 parent d46d5a3 commit d6b7ff3
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 ($this->isSupported()) != true)
if (self::isSupported()) != true)
{
return false;
}
Expand Down

0 comments on commit d6b7ff3

Please sign in to comment.