From 20ecbeb09cdf05ca3ffd44980e9070b34c2b71ec Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 14 Oct 2025 11:01:23 +0200 Subject: Fix drag&drop of user query losing information (#8113) * Fix drag&drop of user query losing information Information about RSS sharing was lost after a drag&drop * Fix related type cast --- lib/lib_rss.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 6779a4560..266e95b65 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -1057,8 +1057,10 @@ function recursive_unlink(string $dir): bool { /** * Remove queries where $get is appearing. * @param string $get the get attribute which should be removed. - * @param array $queries an array of queries. - * @return array without queries where $get is appearing. + * @param array $queries an array of queries. + * @return array without queries where $get is appearing. */ function remove_query_by_get(string $get, array $queries): array { $final_queries = []; -- cgit v1.2.3