diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-21 22:51:27 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-21 22:51:27 -0800 |
commit | af6a93b30abe395b6d967c87c95ee3053ed6adb3 (patch) | |
tree | d0212087eb5207ac15bbb956c1c06e255a0468cc /do.php | |
parent | ec22734ce0b00db83a9b0d4346899806706ad6b2 (diff) | |
parent | 443f381e7f86b92edc0bf546cdfe69920ed1e079 (diff) | |
download | pathery-af6a93b30abe395b6d967c87c95ee3053ed6adb3.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|