Skip to content

Commit

Permalink
Delete fulltext on pre (fix omeka#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Dec 9, 2020
1 parent c1172b7 commit 38de23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function attachListeners(SharedEventManagerInterface $sharedEventManager)

$sharedEventManager->attach(
'*',
'api.delete.post',
'api.delete.pre',
[$this, 'deleteFulltext']
);

Expand Down

0 comments on commit 38de23b

Please sign in to comment.