summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
Diffstat (limited to 'do.php')
-rw-r--r--do.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/do.php b/do.php
index 3b3d8d6..b989da8 100644
--- a/do.php
+++ b/do.php
@@ -212,6 +212,7 @@ if ($_GET['r'] == 'getpath') {
if ($_GET['isChallenge'] == 'true' AND isChallengeMap($mapID)) {
// $firephp->log('Calling challenges');
+ $json['info'][] = 'Executed as a challenge';
$json['completedChallenges'] = getCompletedChallenges($userID, $mapID, $solution, $moves, $json['path']);
// $firephp->log('Challenges called!');
die(json_encode($json));