mirror of
https://github.com/getgrav/grav.git
synced 2026-02-03 13:20:08 +01:00
Merge branch 'develop' into 1.5
# Conflicts: # CHANGELOG.md # system/defines.php
This commit is contained in:
@@ -60,6 +60,7 @@ class Debugger
|
||||
if ($this->enabled()) {
|
||||
$this->debugbar->addCollector(new ConfigCollector((array)$this->config->get('system'), 'Config'));
|
||||
$this->debugbar->addCollector(new ConfigCollector((array)$this->config->get('plugins'), 'Plugins'));
|
||||
$this->addMessage('Grav v' . GRAV_VERSION);
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user