X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/cd02bac646f42a0cb402ff2dc8240aa01f1f0fb8..083fa4116b22f4898123006880fb52061763513d:/src/phinde/Queue.php diff --git a/src/phinde/Queue.php b/src/phinde/Queue.php index 98f6462..406f27e 100644 --- a/src/phinde/Queue.php +++ b/src/phinde/Queue.php @@ -15,7 +15,7 @@ class Queue { echo "Queuing for indexing: $linkUrl\n"; $this->gmclient->doBackground( - 'phinde_index', + $GLOBALS['phinde']['queuePrefix'] . 'phinde_index', serialize( array( 'url' => $linkUrl, @@ -36,7 +36,7 @@ class Queue { echo "Queuing for crawling: $linkUrl\n"; $this->gmclient->doBackground( - 'phinde_crawl', + $GLOBALS['phinde']['queuePrefix'] . 'phinde_crawl', serialize( array( 'url' => $linkUrl