JParameter render function error for none default group. - Joomla! Forum - community, help and support


jparameter class support parameters in group. however, when set value parameter in group other '_default', render function not value.

the problem solved modify line 298 of file libraries/joomla/html/parameter.php
change

code: select all

      foreach ($this->_xml[$group]->children() $param)  {
         $results[] = $this->getparam($param, $name);
      }

to

code: select all

      foreach ($this->_xml[$group]->children() $param)  {
         $results[] = $this->getparam($param, $name, $group);
      }

would please post in tracker?
http://joomlacode.org/gf/project/joomla ... cker_id=32

if attach patch file extremely helpful.





Comments

Popular posts from this blog

Joomla site hacked, cant see front and - Joomla! Forum - community, help and support

Christian Home School Programs - Joomla! Forum - community, help and support

Trouble with PF_OutFlag_I_USE_AUDIO and PF_CHECKOUT_LAYER_AUDIO