X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FTheme.php;h=334f31a6e55f1f72c60f33ae72f92ba082b92c7b;hb=503c582a31876d3789b9f7d443f6b9f057c67ec7;hp=3548544e95d66cfebda85bc8de4b7f7376d8be63;hpb=afb882048efa8c4b2914a6b054b129dee57061ef;p=friendica.git diff --git a/src/Core/Theme.php b/src/Core/Theme.php index 3548544e95..334f31a6e5 100644 --- a/src/Core/Theme.php +++ b/src/Core/Theme.php @@ -158,6 +158,8 @@ class Theme if (function_exists($func)) { $func(); } + + Hook::delete(['file' => "view/theme/$theme/theme.php"]); } $allowed_themes = Theme::getAllowedList();