Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure
$error
is actually set, not just empty
The variable is undefined when debug is off, which means that this template itself results in an error. Changed conditional to use `isset()` instead. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
- Loading branch information