wrigjz

Results 1 comments of wrigjz

This seems to be a one-line fix: application/models/Leaves_model.php ``` *** 681,686 **** --- 681,687 ---- if (isset($json_parsed)){ array_push($json_parsed->comments, $commentObject); }else { + $json_parsed = new stdClass; $json_parsed->comments = array($commentObject); }...