fixed jsonresult::ok() -> now returns object instead of array in result field.
This commit is contained in:
parent
749e2e1aa9
commit
b595a619a5
@ -46,5 +46,5 @@ class JsonResult extends \SYSTEM\LOG\AbstractResult {
|
||||
|
||||
//Returns OK status
|
||||
public static function ok(){
|
||||
return self::toString(array());}
|
||||
return self::toString(NULL);}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user