mirror of
https://github.com/getgrav/grav.git
synced 2026-04-13 08:07:35 +02: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