Few more corrections to the category filter, and field integration

This commit is contained in:
2019-06-09 23:19:34 +02:00
parent 37d3f1425e
commit c966720f79
7 changed files with 47 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ defined('_JEXEC') or die('Restricted access');
*/
//Insure this view category file is loaded.
$classname = 'componentbuilderFieldsCategories';
$classname = 'ComponentbuilderFieldsCategories';
if (!class_exists($classname))
{
$path = JPATH_SITE . '/components/com_componentbuilder/helpers/categoryfields.php';
@@ -27,7 +27,7 @@ if (!class_exists($classname))
}
}
//Insure this view category file is loaded.
$classname = 'componentbuilderFieldtypesCategories';
$classname = 'ComponentbuilderFieldtypesCategories';
if (!class_exists($classname))
{
$path = JPATH_SITE . '/components/com_componentbuilder/helpers/categoryfieldtypes.php';