-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 15
-
Fix Version/s: None
-
Component/s: FreePBX Framework
-
Labels:None
-
ToDo:
NEVER MIND - already fixed in edge framework v 15.0.17.27
Setting a POST_RELOAD script in advanced settings breaks reload with:
```
fwconsole r
Reload Started
PHP Fatal error: Call to a member function delete() on null in /var/www/html/admin/libraries/Console/Reload.class.php on line 852
```
PRE_RELOAD works.
The problem code in POST_RELOAD is trying to use an uninitialized ```$notify``` object.