From d6b7ff398b88c1183b11a725e7201c7312b954c7 Mon Sep 17 00:00:00 2001 From: Hans Kuijpers Date: Sat, 31 May 2014 14:46:06 +0200 Subject: [PATCH] replaced $this with self:: --- libraries/joomla/cache/storage/redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/joomla/cache/storage/redis.php b/libraries/joomla/cache/storage/redis.php index 6153dbe94dbef..36765e8ceb9a6 100644 --- a/libraries/joomla/cache/storage/redis.php +++ b/libraries/joomla/cache/storage/redis.php @@ -61,7 +61,7 @@ public function __construct($options = array()) */ protected function getConnection() { - if ($this->isSupported()) != true) + if (self::isSupported()) != true) { return false; }