Skip to content

Commit

Permalink
[#25] make sure template vars are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Jan 11, 2023
2 parents 001a91d + 3f9a7a0 commit 00f2cc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CRM/Xdedupe/Page/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public function run()
{
CRM_Utils_System::setTitle(E::ts('XDedupe Configuration Manager'));

// these are defaults, and will most likely be overwritten later
$this->assign('delete', false);

// first: process commands (if any)
$this->processDeleteCommand();
$this->processEnableDisableCommand();
Expand Down

0 comments on commit 00f2cc0

Please sign in to comment.