summaryrefslogtreecommitdiff
path: root/classes/pref/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-09 22:15:16 +0300
committerAndrew Dolgov <[email protected]>2023-04-09 22:15:16 +0300
commite18295a3644a92280384bdb2a68e0ac436fea376 (patch)
tree5f45cba21f3170bb74a38f12e80947d875827090 /classes/pref/feeds.php
parentd68c736e4727bbb5b5ee83adcb08ac9fc23b58ac (diff)
more tracing
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 42adf23ca..fb7e01af8 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__, [], func_get_args());
+ $scope = Tracer::start(__METHOD__, []);
if (!$title)
$title = Feeds::_get_title($feed_id, false);