From 511c219d19270f4d82539008f64aa31a016c9db8 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 23 Feb 2022 17:41:31 +0100 Subject: [PATCH] forgot a line of old code Signed-off-by: Michael Kaufmann --- admin_ipsandports.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_ipsandports.php b/admin_ipsandports.php index dbe549d9..0c928f71 100644 --- a/admin_ipsandports.php +++ b/admin_ipsandports.php @@ -49,7 +49,6 @@ if ($page == 'ipsandports' || $page == 'overview') { } catch (Exception $e) { \Froxlor\UI\Response::dynamic_error($e->getMessage()); } - $result = json_decode($json_result, true)['data']; UI::twigBuffer('user/table.html.twig', [ 'listing' => \Froxlor\UI\Listing::format($collection, $ipsandports_list_data['ipsandports_list']),