We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830cda6 commit 780a6c5Copy full SHA for 780a6c5
modules/mod_articles_categories/mod_articles_categories.php
@@ -12,6 +12,8 @@
12
// Include the helper functions only once
13
JLoader::register('ModArticlesCategoriesHelper', __DIR__ . '/helper.php');
14
15
+JLoader::register('ContentHelperRoute', JPATH_SITE . '/components/com_content/helpers/route.php');
16
+
17
JLoader::register('JCategoryNode', JPATH_BASE . '/libraries/legacy/categories/categories.php');
18
19
$cacheid = md5($module->id);
0 commit comments