Skip to content

Commit

Permalink
And more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gig3m committed Jan 9, 2014
1 parent 7ef6fa4 commit 923d7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
if ($jeep->isValid())
{
$data = array(
'JSON' => $jeep::$decoded
'JSON' => json_encode($jeep::$decoded)
);

//Do something
Expand Down

0 comments on commit 923d7cb

Please sign in to comment.