codelovers / asana-time-track

An extension for the popular task management tool Asana. This Extension provides you with time track for your Asana-Tasks.
http://codelovers.github.com/asana-time-track/
135 stars 70 forks source link

bug found #26

Open bituka opened 11 years ago

bituka commented 11 years ago

Notice: Undefined offset: 0 in /opt/lampp/htdocs/asanatime/AsanaApi.php on line 66

I changed "$castIntoArray = (array)$resultJson->data->projects[0];"

to this

"$castIntoArray = (array)$resultJson->data;"

and the error message got lost. I am not good in PHP, please tell me if it my solution is correct.