Fixed gh-338 to insure that the custom buttons work on the site view page

This commit is contained in:
2018-09-11 22:08:58 +02:00
parent 7fcc93aa5b
commit 5962b557c8
9 changed files with 65 additions and 24 deletions

View File

@ -222,5 +222,5 @@ class ComponentbuilderModelApi extends JModelItem
// set that the component was not found
$this->messages[] = JText::_('COM_COMPONENTBUILDER_COMPONENT_WAS_NOT_FOUND');
return false;
}
} ###SITE_CUSTOM_GET_FORM_METHOD###
}