From: Tobias Diekershoff Date: Sat, 4 Nov 2017 08:48:20 +0000 (+0100) Subject: missed something X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ee747dee82dd652c0c6e4e26250fafb905773d1;p=friendica.git missed something --- diff --git a/mod/admin.php b/mod/admin.php index 9f432f5fc2..20f7768a03 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -856,6 +856,7 @@ function admin_page_site_post(App $a) { $proxy_disabled = ((x($_POST,'proxy_disabled')) ? True : False); $only_tag_search = ((x($_POST,'only_tag_search')) ? True : False); $rino = ((x($_POST,'rino')) ? intval($_POST['rino']) : 0); + $check_new_version_url = ((x($_POST, 'check_new_version_url')) ? notags(trim($_POST['check_new_version_url'])) : 'none'); $worker_queues = ((x($_POST,'worker_queues')) ? intval($_POST['worker_queues']) : 4); $worker_dont_fork = ((x($_POST,'worker_dont_fork')) ? True : False); $worker_fastlane = ((x($_POST,'worker_fastlane')) ? True : False);