fix parse error in memcachedqueuehandler
This commit is contained in:
parent
aee45ea91d
commit
2053bdabef
@ -42,7 +42,7 @@ class MemcachedQueueHandler extends QueueHandler
|
|||||||
function handle_notice($notice)
|
function handle_notice($notice)
|
||||||
{
|
{
|
||||||
// XXX: fork here
|
// XXX: fork here
|
||||||
common_log(LOG_INFO, "Blowing memcached for $notice->id\n";
|
common_log(LOG_INFO, "Blowing memcached for $notice->id");
|
||||||
$notice->blowCaches();
|
$notice->blowCaches();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user