X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FTheme.php;h=7e5b89d2f9c506146c2f8c96fd788c4627a0602f;hb=d6d593d724cd8d510bd1f6b2fd3302873cde3bca;hp=c64ed08d3babdd315dd570c041878c89b8ea644d;hpb=78114c13d5ce27b36682a960859056d4ebf9d9be;p=friendica.git diff --git a/src/Core/Theme.php b/src/Core/Theme.php index c64ed08d3b..7e5b89d2f9 100644 --- a/src/Core/Theme.php +++ b/src/Core/Theme.php @@ -50,7 +50,7 @@ class Theme $a = get_app(); $stamp1 = microtime(true); $theme_file = file_get_contents("view/theme/$theme/theme.php"); - $a->save_timestamp($stamp1, "file"); + $a->saveTimestamp($stamp1, "file"); $result = preg_match("|/\*.*\*/|msU", $theme_file, $matches);