summaryrefslogtreecommitdiff
path: root/classes/pref/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-09 21:20:35 +0300
committerAndrew Dolgov <[email protected]>2023-04-09 21:20:35 +0300
commitc1b3c99667c743d63317748d6338647eaf213184 (patch)
tree3e84f114096df8cd1b158a459f5fe5581f64cd96 /classes/pref/feeds.php
parent8f3646a9c93a06f76f6abb31020fdb74b4b1fc59 (diff)
some tracer class fixes / unhardcode jaeger IP
Diffstat (limited to 'classes/pref/feeds.php')
-rwxr-xr-xclasses/pref/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 00d26d4f6..42adf23ca 100755
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -1104,7 +1104,7 @@ class Pref_Feeds extends Handler_Protected {
* @return array<string, mixed>
*/
private function feedlist_init_feed(int $feed_id, ?string $title = null, bool $unread = false, string $error = '', string $updated = ''): array {
- $scope = Tracer::start(__FUNCTION__, ['tags' => ['args' => json_encode(func_get_args())]]);
+ $scope = Tracer::start(__FUNCTION__, [], func_get_args());
if (!$title)
$title = Feeds::_get_title($feed_id, false);