Skip to content

Commit 780a6c5

Browse files
authored
Update mod_articles_categories.php
1 parent 830cda6 commit 780a6c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/mod_articles_categories/mod_articles_categories.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// Include the helper functions only once
1313
JLoader::register('ModArticlesCategoriesHelper', __DIR__ . '/helper.php');
1414

15+
JLoader::register('ContentHelperRoute', JPATH_SITE . '/components/com_content/helpers/route.php');
16+
1517
JLoader::register('JCategoryNode', JPATH_BASE . '/libraries/legacy/categories/categories.php');
1618

1719
$cacheid = md5($module->id);

0 commit comments

Comments
 (0)