-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix "Trying to access array offset on value of type bool" This happens when value=null. * Fix "Undefined global variable $formulize_screenCurrentlyRendering" * Fix "Undefined variable $formulize_mgr" * Fix "Undefined array key 0" Warnings for line 613: - Undefined array key 0 - Trying to access array offset on value of type null * broader handling of empty/unexpected values ?? only evaluates if the expression is null, but this way we catch empty strings, booleans, whatever might be passed in, from who knows where? Because it should all be clean. But this is more bulletproof. * Broader, more explicit assignment * Broader catch of non-empty values * Reverting change, because new master code supersedes it * Re-adding missing ! Ooops --------- Co-authored-by: Julian Egelstaff <[email protected]>
- Loading branch information
1 parent
b5aa4db
commit 1493c04
Showing
4 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters