Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / memcache / src / DrupalMemcached.php
old mode 100644 (file)
new mode 100755 (executable)
index 7201b0b..3f636bc
@@ -48,7 +48,7 @@ class DrupalMemcached extends DrupalMemcacheBase {
 
     if ($host == 'unix') {
       // Memcached expects just the path to the socket without the protocol
-      $host = substr($host, 7);
+      $host = substr($server_path, 7);
       // Port is always 0 for unix sockets.
       $port = 0;
     }