X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FPage%2FInstance.php;h=18108a4bb2dc7774e27228ae0562b2c04ca0d0b1;hb=f299f7db79fed6f3598c84302966bda087e7cac3;hp=9d210b2395e684aa6d900ff0f0bc755aa6a2fdfd;hpb=d1c0c69c2308d8582cc135df5f40688768c6b11b;p=civicrm-core.git diff --git a/CRM/Report/Page/Instance.php b/CRM/Report/Page/Instance.php index 9d210b2395..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']);