summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-05-10 02:17:14 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-05-10 02:17:14 -0700
commit86aac4847705f0a4559400da6c0e9f1aeba5cdf8 (patch)
treec8c43ab196e5a0a4d280ea84152be5d0e061e0c7 /do.php
parent51d99728286212717003009dd5706bb74edcb272 (diff)
downloadpathery-86aac4847705f0a4559400da6c0e9f1aeba5cdf8.tar.xz
Many bugs and PHP notices & warning fixes.
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");