diff options
Diffstat (limited to 'src/phinde/Queue.php')
| -rw-r--r-- | src/phinde/Queue.php | 4 |
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 |
