Skip to content

Commit

Permalink
Added missing module connection
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Mar 14, 2016
1 parent 5f9483c commit 9c15421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
$GLOBALS['FE_MOD']['news']['newslist'] = 'ModuleNewsListTags';
$GLOBALS['FE_MOD']['news']['newsarchive'] = 'ModuleNewsArchiveTags';
$GLOBALS['FE_MOD']['news']['newsreader'] = 'ModuleNewsReaderTags';
$GLOBALS['FE_MOD']['events']['calendar'] = 'ModuleCalendarTags';
$GLOBALS['FE_MOD']['events']['eventlist'] = 'ModuleEventlistTags';
$GLOBALS['FE_MOD']['events']['eventreader'] = 'ModuleEventReaderTags';
$GLOBALS['FE_MOD']['faq']['faqlist'] = 'ModuleFaqListTags';
Expand Down

0 comments on commit 9c15421

Please sign in to comment.