Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix caching error on Profile loading
To reproduce this 1. Set Caching to level 3 2. Load the board index Warning: Trying to access array offset on value of type bool in /Sources/User.php on line 5372 Warning: Undefined array key "" in /Sources/User.php on line 5372 This is because $data is not set, which also causes a null compare.
- Loading branch information