From 5e7713a65818154470c2afab7798ebf65bacadc3 Mon Sep 17 00:00:00 2001 From: wn_ Date: Thu, 16 May 2024 15:48:21 +0000 Subject: Add option to debug feeds in 'Feeds with update errors' dialog. Also, prevent opening that dialog from modifying the URL. --- classes/Feeds.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes') diff --git a/classes/Feeds.php b/classes/Feeds.php index 41351fbde..64674b2d2 100644 --- a/classes/Feeds.php +++ b/classes/Feeds.php @@ -453,7 +453,7 @@ class Feeds extends Handler_Protected { if ($num_errors > 0) { $reply['content'] .= "
"; - $reply['content'] .= "" . + $reply['content'] .= "" . __('Some feeds have update errors (click for details)') . ""; } $reply['content'] .= "

"; @@ -603,7 +603,7 @@ class Feeds extends Handler_Protected { if ($num_errors > 0) { $reply['headlines']['content'] .= "
"; - $reply['headlines']['content'] .= "". + $reply['headlines']['content'] .= "". __('Some feeds have update errors (click for details)').""; } $reply['headlines']['content'] .= "

"; -- cgit v1.2.3