Hi There,
I'm wondering why I'm getting a PhP Error Notice to get property of non-object in:
/public_html/administrator/components/com_easysocial/includes/modules/modules.php on line 29
when $this->module->module has a value and $this->module is an object.
FYI, on line #46:
public function factory($module, $requireCSS = true)
{
$instance = new self($name, $requireCSS);
return $instance;
}
the $name is undefined in this method. Code that be why?
- Update:
My bad, sorry about that, the error is coming from a different module that has to be updated with the new APIs. Where's the ability to delete a post, gone? Anyhow, the factory method still have a bug.
Thanks,
Jackson