Error Correction on Token Save

This commit is contained in:
EoleDev 2016-02-28 22:54:51 +01:00
parent d3ad74297d
commit 0ab3116656
2 changed files with 3 additions and 0 deletions

View file

@ -105,6 +105,7 @@ class App{
public function show(){
echo json_encode($this->output);
//error_log(var_dump(json_encode($this->output), true), 0);
}
}