diff options
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|