]> git.mxchange.org Git - friendica.git/commitdiff
missed something
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 4 Nov 2017 08:48:20 +0000 (09:48 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 4 Nov 2017 08:48:20 +0000 (09:48 +0100)
mod/admin.php

index 9f432f5fc287dd5091241f9178d36b3ecc8c55ad..20f7768a037d0f17fac86e7ff9d63432f6b49a5a 100644 (file)
@@ -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);