X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FPage%2FInstance.php;h=18108a4bb2dc7774e27228ae0562b2c04ca0d0b1;hb=f299f7db79fed6f3598c84302966bda087e7cac3;hp=6929ae1244df91cd6573abf01a68251e0bc35057;hpb=c6bf5467b912a880e465d0cc380a7831c83346ad;p=civicrm-core.git diff --git a/CRM/Report/Page/Instance.php b/CRM/Report/Page/Instance.php index 6929ae1244..6dcd5a7214 100644 --- a/CRM/Report/Page/Instance.php +++ b/CRM/Report/Page/Instance.php @@ -1,9 +1,9 @@ $instanceId), $instanceInfo); + $instanceInfo = []; + CRM_Report_BAO_ReportInstance::retrieve(['id' => $instanceId], $instanceInfo); if (!empty($instanceInfo['title'])) { CRM_Utils_System::setTitle($instanceInfo['title']);