While testing the given Tasks API example, I found a little bug into
examples/tasks/index.php line 59
The 'name' property doesn't exist.
print "<h3>{$list['name']}</h3>";
'title' property should be used instead
print "<h3>{$list['title']}</h3>";
Great PHP CL! thanks to all of you guys.
Hugo
Original issue reported on code.google.com by hl...@wingunetworks.com on 6 Nov 2011 at 6:13
Original issue reported on code.google.com by
hl...@wingunetworks.com
on 6 Nov 2011 at 6:13