1. Jaime
  2. Bug Report
  3. Saturday, 15 August 2009
  4.  Subscribe via email
Hello...

When I tried to save com_content setting, a JavaScript alert appeared telling me to select another component.

By researching, I found the cause of the problem. At line 43 of library.comment.php, this line appears:

array_unshift( $list, JHTML::_('select.option',  '', 'com_content', 'value', 'text' ) );


I changed to

array_unshift( $list, JHTML::_('select.option',  'com_content', 'com_content', 'value', 'text' ) );


and it worked

Jaime
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!