summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorThallisPHP <thallisphp@gmail.com>2013-05-20 16:10:26 +0200
committerThallisPHP <thallisphp@gmail.com>2013-05-20 16:10:26 +0200
commit08ddfb85c79579a8bf6285c1b5a20054166e2ac1 (patch)
treec65bb3d1681f85bf5de7a621356e97625dadd500 /system
parentd4d80223ccef8fd3606f3a89d33afbfe95226bd8 (diff)
Removed unused variable $name in Cache_memcached.php
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Cache/drivers/Cache_memcached.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Cache/drivers/Cache_memcached.php b/system/libraries/Cache/drivers/Cache_memcached.php
index 246a7a264..4c35c5550 100644
--- a/system/libraries/Cache/drivers/Cache_memcached.php
+++ b/system/libraries/Cache/drivers/Cache_memcached.php
@@ -196,7 +196,7 @@ class CI_Cache_memcached extends CI_Driver {
return FALSE;
}
- foreach ($this->_memcache_conf as $name => $cache_server)
+ foreach ($this->_memcache_conf as $cache_server)
{
if ( ! array_key_exists('hostname', $cache_server))
{
@@ -260,4 +260,4 @@ class CI_Cache_memcached extends CI_Driver {
}
/* End of file Cache_memcached.php */
-/* Location: ./system/libraries/Cache/drivers/Cache_memcached.php */ \ No newline at end of file
+/* Location: ./system/libraries/Cache/drivers/Cache_memcached.php */