Skip to content

Commit

Permalink
Update multiple.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PhocaCz committed May 4, 2023
1 parent 81115e4 commit 91bbcdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/libraries/phocacart/category/multiple.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;

if (!class_exists('PhocaCartLoader')) {
require_once( JPATH_ADMINISTRATOR.'/components/com_phocacart/libraries/loader.php');
}
JLoader::registerPrefix('Phocacart', JPATH_ADMINISTRATOR . '/components/com_phocacart/libraries/phocacart');
phocacartimport('phocacart.category.category');

class PhocacartCategoryMultiple
Expand Down

0 comments on commit 91bbcdc

Please sign in to comment.