Skip to content

Commit

Permalink
Merge pull request #26975 from eileenmcnaughton/re-used
Browse files Browse the repository at this point in the history
E-notice fix (smarty)
  • Loading branch information
demeritcowboy authored Aug 2, 2023
2 parents fd2d460 + 7e03fec commit 796cb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Custom/Page/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ public function browse() {
[1 => $reusedNames]
);
CRM_Utils_System::setTitle($newTitle);
$this->assign('reusedNames', $reusedNames);
}
$this->assign('reusedNames', !empty($reusedNames) ? $reusedNames : NULL);
$this->assign('optionGroupID', $optionGroupID);
}

Expand Down

0 comments on commit 796cb80

Please sign in to comment.