mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 17:59:14 +00:00
replace getmicrotime() wrapper with microtime(true)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user