diff options
Diffstat (limited to 'app/Theme.php')
| -rw-r--r-- | app/Theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Theme.php b/app/Theme.php index 8e7963d7bb..20d310e46c 100644 --- a/app/Theme.php +++ b/app/Theme.php @@ -44,6 +44,8 @@ class Theme { self::$installed_themes[] = $theme; } } catch (\Exception $ex) { + DebugBar::addThrowable($ex); + // Broken theme? Ignore it. } } |
