summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index de001d568..886470e90 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -152,7 +152,7 @@ class Feeds extends Handler_Protected {
$reply = array();
- $timing_info = getmicrotime();
+ $timing_info = microtime(true);
$topmost_article_ids = array();
@@ -750,7 +750,7 @@ class Feeds extends Handler_Protected {
}
function view() {
- $timing_info = getmicrotime();
+ $timing_info = microtime(true);
$reply = array();