Searched hist:e945440ae376510fe9f9fea280c9de569b6f46a3 (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | toolbar.php | e945440ae376510fe9f9fea280c9de569b6f46a3 Tue Oct 04 12:45:41 UTC 2022 Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> Fix toolbar in popup.php
The popup throws two warnings becasue $INFO is NULL within the popup itself.
This fixes this warning but not sure if it is intended to be null.
Fixes:
Warning: Trying to access array offset on value of type null in D:\xampp\htdocs\dokuwiki\inc\toolbar.php on line 271
Warning: Trying to access array offset on value of type null in D:\xampp\htdocs\dokuwiki\inc\toolbar.php on line 272
|