Monday, May 13, 2013

prestashop Undefined index: unifunc in

I came across this issue while trying to get a module hook output.
it turn out that if i tried to get instance of a module and render its hook,
and then try to return my own output for my hook, the $this->display will cause error: Undefined index: unifunc in ...


No comments: