Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gig3m committed Jan 9, 2014
1 parent 0fd59c7 commit 91b056c
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' => json_encode($jeep::$decoded)
'JSON' => $jeep::$raw
);

//Do something
Expand Down

0 comments on commit 91b056c

Please sign in to comment.