Skip to content

Commit

Permalink
Merge pull request #4 from contao-estatemanager/develop
Browse files Browse the repository at this point in the history
Bugfix: Wrong HOOK method renamed to prevent error during real estate…
  • Loading branch information
eki89 authored Jul 21, 2020
2 parents 0a8e2f4 + 19f7b68 commit b7c51d3
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 @@ -18,7 +18,7 @@
$GLOBALS['TL_HOOKS']['getTypeParameterByGroups'][] = array('ContaoEstateManager\Reference\Reference', 'setFilterParameter');
$GLOBALS['TL_HOOKS']['getSimilarFilterOptions'][] = array('ContaoEstateManager\Reference\Reference', 'setSimilarFilterParameter');
$GLOBALS['TL_HOOKS']['compileRealEstateExpose'][] = array('ContaoEstateManager\Reference\Reference', 'compileRealEstateExpose');
$GLOBALS['TL_HOOKS']['realEstateImportDeleteRecord'][] = array('ContaoEstateManager\Reference\Reference', 'isDeleteAllowed');
$GLOBALS['TL_HOOKS']['realEstateImportDeleteRecord'][] = array('ContaoEstateManager\Reference\Reference', 'realEstateImportDeleteRecord');

$GLOBALS['TL_HOOKS']['getStatusTokens'][] = array('ContaoEstateManager\Reference\Reference', 'addStatusToken');
$GLOBALS['TL_HOOKS']['getMainDetails'][] = array('ContaoEstateManager\Reference\Reference', 'removeReferenceMainDetails');
Expand Down

0 comments on commit b7c51d3

Please sign in to comment.