Skip to content
Snippets Groups Projects
Unverified Commit 206d1e73 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #19545 from demeritcowboy/membership-notice-php74

php 7.4 - E_NOTICE on membership dashboard
parents c6c5645e f5b85a32
Branches
Tags
No related merge requests found
......@@ -188,7 +188,7 @@ class CRM_Member_Selector_Search extends CRM_Core_Selector_Base implements CRM_C
$extraParams .= "&key={$qfKey}";
}
if (!self::$_links['view']) {
if (empty(self::$_links['view'])) {
self::$_links['view'] = [
CRM_Core_Action::VIEW => [
'name' => ts('View'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment