]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Theme.php
Create Logger class
[friendica.git] / src / Core / Theme.php
index c64ed08d3babdd315dd570c041878c89b8ea644d..7e5b89d2f9c506146c2f8c96fd788c4627a0602f 100644 (file)
@@ -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);