Borre

Results 3 comments of Borre

Ah, there I fixed it :-) ``` if($method == 'PUT'){ $output[] = array( ``` to ``` if($method == 'PUT'){ $output = array( ```

Hi Soonick, Thanks for your reply. Do you maybe have any suggestions for a similar alternative? peter.