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 758ee7d..ae8ccc3 100644
--- a/do.php
+++ b/do.php
@@ -157,7 +157,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;