Files
Grav-Admin-Plugin/classes/admincontroller.php
Alexis Bouhet d6a36af4d5 Hotfix for admincontroller.php (#1533)
Now checking if 'content' is in $data. Some blueprints can have 'content' optional so not defined, which cause a crash when editing.
Checking with operator `??` and default value empty string `''`.
2018-10-23 07:17:43 -06:00

75 KiB