Skip to content

Commit

Permalink
Use echo since print_unescaped is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke committed Apr 24, 2014
1 parent 40257d9 commit d85b64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (OC::$CLI) {
print_r($values);
} else {
print_unescaped(json_encode($values));
echo(json_encode($values));
}

} catch (Exception $ex) {
Expand Down

0 comments on commit d85b64e

Please sign in to comment.