From 403dca154c6b539de221f9e16174a0fdd0a1e896 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Feb 2021 23:41:32 +0300 Subject: initial WIP for php8; bump php version requirement to 7.0 --- classes/handler/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index fdf55b1d2..86262326b 100755 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -731,7 +731,7 @@ class Handler_Public extends Handler { if ($_SESSION["uid"]) { - $feed_url = trim(clean($_REQUEST["feed_url"])); + $feed_url = clean($_REQUEST["feed_url"]); $csrf_token = clean($_POST["csrf_token"]); header('Content-Type: text/html; charset=utf-8'); -- cgit v1.2.3