techjoomla / com_api

API framework for Joomla
http://docs.techjoomla.com/joomla-rest-api/com-api-introduction
GNU General Public License v3.0
123 stars 97 forks source link

Warning: Trying to get property of non-object in /components/com_api/libraries/plugin.php on line 59 #15

Closed brunobasto closed 9 years ago

brunobasto commented 9 years ago

Is anyone else getting this warning?

coolbung commented 9 years ago

Haven't seen it, but should not be hard to fix since its a warning. You can fix the warning by adding a type check on that line.

If you're unable to do that you can turn off error reporting and move on with your work.. I'll have it fixed when we next make changes on the API framework

brunobasto commented 9 years ago

Thanks! I managed to fix. Just wanted to give you a heads up. It may break your web service output if your server spits out the warning messages.