aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/phinde/Queue.php4
1 files changed, 2 insertions, 2 deletions
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