X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FTheme.php;h=61798a3969d99e7345dc2f0559c9018db488bc96;hb=295d90d496a56217383481fa7a0153e0ac48e38a;hp=37e673e404fd88a301357584a53a8f0ebed3b081;hpb=fb503e82bf6d9dd05e857626251ee56d5d4cbf54;p=friendica.git diff --git a/src/Core/Theme.php b/src/Core/Theme.php index 37e673e404..61798a3969 100644 --- a/src/Core/Theme.php +++ b/src/Core/Theme.php @@ -177,6 +177,7 @@ class Theme return true; } catch (\Exception $e) { + Logger::error('Theme installation failed', ['theme' => $theme, 'error' => $e->getMessage()]); return false; } }