summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
Diffstat (limited to 'do.php')
-rw-r--r--do.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/do.php b/do.php
index 43da407..ad48408 100644
--- a/do.php
+++ b/do.php
@@ -126,7 +126,7 @@ if ($_GET['r'] == 'getpath') {
$userID = $_SESSION['userID'] + 0;
//valid mapID?
- $mapID = $_GET[mapid] + 0;
+ $mapID = $_GET['mapid'] + 0;
if (!is_int($mapID)) return;
//$firephp->log($mapID, "mapID");