summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-21 22:51:27 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-21 22:51:27 -0800
commitaf6a93b30abe395b6d967c87c95ee3053ed6adb3 (patch)
treed0212087eb5207ac15bbb956c1c06e255a0468cc /do.php
parentec22734ce0b00db83a9b0d4346899806706ad6b2 (diff)
parent443f381e7f86b92edc0bf546cdfe69920ed1e079 (diff)
downloadpathery-af6a93b30abe395b6d967c87c95ee3053ed6adb3.tar.xz
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
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 48a2fb1..f85539f 100644
--- a/do.php
+++ b/do.php
@@ -159,7 +159,7 @@ if ($_GET['r'] == 'getpath') {
// Enables the ability to discover an exact duplicate solution.
$solution = formSolution($_GET['solution']);
- $userID = $_SESSION['userID'];
+ $userID = $_SESSION['userID'] + 0;
//valid mapID?
$mapID = $_GET[mapid] + 0;