fix a bug in fetcher, a=chris

Chris Pollett [2013-01-01 02:Jan:st]
fix a bug in fetcher, a=chris
Filename
bin/fetcher.php
diff --git a/bin/fetcher.php b/bin/fetcher.php
index 83dd82eeb..1cd0a367c 100755
--- a/bin/fetcher.php
+++ b/bin/fetcher.php
@@ -2371,7 +2371,7 @@ class Fetcher implements CrawlConstants
         if(substr($link_text, 0, 9) == "location:") {
             $location_link = true;
             $link_meta_ids[] = $link_text;
-            $link_meta_ids[] = "location:all"
+            $link_meta_ids[] = "location:all";
             $link_meta_ids[] = "location:".
                 crawlHash($site_url);
         }
ViewGit