summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/memcachedqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memcachedqueuehandler.php b/scripts/memcachedqueuehandler.php
index 6e819b41f..185b781f7 100755
--- a/scripts/memcachedqueuehandler.php
+++ b/scripts/memcachedqueuehandler.php
@@ -37,7 +37,7 @@ class MemcachedQueueHandler extends QueueHandler
{
function transport()
{
- return 'memcached';
+ return 'memcache';
}
function start() {