summaryrefslogtreecommitdiff
path: root/adodb-memcache.lib.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'adodb-memcache.lib.inc.php')
-rw-r--r--adodb-memcache.lib.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb-memcache.lib.inc.php b/adodb-memcache.lib.inc.php
index f0155808..1e0f321b 100644
--- a/adodb-memcache.lib.inc.php
+++ b/adodb-memcache.lib.inc.php
@@ -141,7 +141,7 @@ class ADODB_Cache_MemCache
if (class_exists('Memcache'))
$this->libraryFlag = self::MCLIB;
elseif (class_exists('Memcached'))
- $this->libraryFlag = self::MCLIB;
+ $this->libraryFlag = self::MCLIBD;
else
{
$err = 'Neither the Memcache nor Memcached PECL extensions were found!';