Make sure you put the correct name of your component in JToolbarHelper::preferences() function.
For example:
Something like this will cause this problem
because com_helloword doesn't exist.
via Joomla! http://ift.tt/1OwCbGt
For example:
Code:
JToolbarHelper::preferences('com_helloworld');
Something like this will cause this problem
Code:
JToolbarHelper::preferences('com_helloword');
because com_helloword doesn't exist.
Statistics: Posted by nguyentieuhau — Mon Apr 20, 2015 4:31 am
via Joomla! http://ift.tt/1OwCbGt
No comments:
Post a Comment