- bug report? yes
- feature request? no
- version: 2.4.10
Description
I just had a random error trying to call $opcache['scripts'] on line 29 of info.panel.phtml
Not sure why because on the next page load everything was fine again, but I think it makes sense to check that $opcache['scripts'] is set before using it.


Description
I just had a random error trying to call
$opcache['scripts']on line 29 of info.panel.phtmlNot sure why because on the next page load everything was fine again, but I think it makes sense to check that
$opcache['scripts']is set before using it.