forked from GNUsocial/gnu-social
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)
|
||||
{
|
||||
// XXX: fork here
|
||||
common_log(LOG_INFO, "Blowing memcached for $notice->id\n";
|
||||
common_log(LOG_INFO, "Blowing memcached for $notice->id");
|
||||
$notice->blowCaches();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user