diff options
Diffstat (limited to 'app/Theme.php')
| -rw-r--r-- | app/Theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Theme.php b/app/Theme.php index 202455185d..d5a923bd71 100644 --- a/app/Theme.php +++ b/app/Theme.php @@ -51,7 +51,7 @@ class Theme { self::$installed_themes[] = $theme; } } catch (\Exception $ex) { - // Broken theme? Ignore it. + // Broken theme? Ignore it. } } } |
