X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FTask%2FPrint.php;h=2869f520a117ab0ee02dcbfea3b4c529a327d609;hb=129e7e200bb451a7028c155fa7508f935d69d2fa;hp=65189f345f00d9aa8785c80d08d8947949291325;hpb=14ed235d768c84a8e99e486a941e4290b7ea1708;p=civicrm-core.git diff --git a/CRM/Contact/Form/Task/Print.php b/CRM/Contact/Form/Task/Print.php index 65189f345f..2869f520a1 100644 --- a/CRM/Contact/Form/Task/Print.php +++ b/CRM/Contact/Form/Task/Print.php @@ -66,7 +66,7 @@ class CRM_Contact_Form_Task_Print extends CRM_Contact_Form_Task { $selectorName = $this->controller->selectorName(); require_once str_replace('_', DIRECTORY_SEPARATOR, $selectorName) . '.php'; - $returnP = isset($returnProperties) ? $returnProperties : ""; + $returnP = $returnProperties ?? ""; $customSearchClass = $this->get('customSearchClass'); $this->assign('customSearchID', $this->get('customSearchID')); $selector = new $selectorName($customSearchClass,