Skip to content

Commit

Permalink
Merge branch '4.1-dev' into 4x-securecookies
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed May 13, 2022
2 parents 8d0e142 + 0fdcd45 commit 8f4ba05
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ public function getButtons(Registry $params, CMSApplication $application = null)

if ($params->get('show_categories') == 2)
{
$tmp['ajaxurl'] = 'index.php?option=com_categories&task=categories.getQuickiconContent&format=json';
$tmp['ajaxurl'] = 'index.php?option=com_categories&task=categories.getQuickiconContent&extension=content&format=json';
}

$this->buttons[$key][] = $tmp;
Expand Down

0 comments on commit 8f4ba05

Please sign in to comment.