mirror of
https://github.com/getgrav/grav.git
synced 2026-02-03 13:20:08 +01:00
Fixed deprecated debugbar method
This commit is contained in:
@@ -765,7 +765,7 @@ class Debugger
|
||||
{
|
||||
if ($this->initialized && $this->enabled) {
|
||||
if ($this->debugbar) {
|
||||
$this->debugbar['exceptions']->addException($e);
|
||||
$this->debugbar['exceptions']->addThrowable($e);
|
||||
}
|
||||
|
||||
if ($this->clockwork) {
|
||||
|
||||
Reference in New Issue
Block a user