Seems that from Joomla 3.x (i just check on 3.2 and 3.3) the template 's params have changed !?
Dure to some Changes in JRegistry (Joomla 3.2) and on the new Registry namespace (Joomla 3.3), now the property template->param>_registry does not exist anymore, so we need to change the source code of dumpTemplate() in JDump.
template->params->toObject() (or toArray() ) seems to be the good method to used !
I will provide a Pull Request to add the new code, but i have already verify this on Joomla 3.2 and Joomla 3.3 and it is okay !
Seems that from Joomla 3.x (i just check on 3.2 and 3.3) the template 's params have changed !?
Dure to some Changes in JRegistry (Joomla 3.2) and on the new Registry namespace (Joomla 3.3), now the property template->param>_registry does not exist anymore, so we need to change the source code of dumpTemplate() in JDump.
template->params->toObject() (or toArray() ) seems to be the good method to used !
I will provide a Pull Request to add the new code, but i have already verify this on Joomla 3.2 and Joomla 3.3 and it is okay !