diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 10:09:08 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 10:09:08 +0000 |
commit | 1c0d82de3bb7f75649a017a7d5632a6e070876c2 (patch) | |
tree | f8e92b6774f04db2882b0f76a313503165d1bd0a /scripts/memcachedqueuehandler.php | |
parent | 290ae7888c4d8dbcb703920960b10bca635563ed (diff) |
8-char limit on transports
Diffstat (limited to 'scripts/memcachedqueuehandler.php')
-rwxr-xr-x | scripts/memcachedqueuehandler.php | 2 |
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() { |