Skip to content

Commit

Permalink
[Bugfix] Fix wrong implementation of location addon as a backend module
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Nov 7, 2022
1 parent 608fec1 commit c6037a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if (AddonManager::valid())
{
// Backend modules
$GLOBALS['BE_MOD']['estatemanager']['department'] = [
$GLOBALS['BE_MOD']['real_estate']['department'] = [
'tables' => ['tl_department'],
'hideInNavigation' => true,
];
Expand Down

0 comments on commit c6037a1

Please sign in to comment.