X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FTheme.php;h=57dfaa4d634ca5522493d5c4d1055e4b6ed603bd;hb=d5373c583bc12d2104659aaf6386d2b9e28ec68d;hp=6eb1587be37a665d1d87129a28b0ac90cb818e72;hpb=3cef3ab107f87f999cf4adcc909259925a631cea;p=friendica.git diff --git a/src/Core/Theme.php b/src/Core/Theme.php index 6eb1587be3..57dfaa4d63 100644 --- a/src/Core/Theme.php +++ b/src/Core/Theme.php @@ -1,6 +1,6 @@ startRecording('file'); $theme_file = file_get_contents("view/theme/$theme/theme.php"); - DI::profiler()->saveTimestamp($stamp1, "file"); + DI::profiler()->stopRecording(); $result = preg_match("|/\*.*\*/|msU", $theme_file, $matches);