Bug fix: use the right variable name, dummy.
diff --git a/downloads/scan.php b/downloads/scan.php
index 776921f..720a9aa 100755
--- a/downloads/scan.php
+++ b/downloads/scan.php
@@ -187,7 +187,7 @@
 	
 	function addProject($id, $bundle) {
 		if ($id == $this->id) return;
-		if ($d == 'tools.orbit') return; // Orbit doesn't count
+		if ($id == 'tools.orbit') return; // Orbit doesn't count
 		$this->included[$id][$bundle] = true;
 	}