]> git.mxchange.org Git - friendica.git/commitdiff
this setting is not used anymore
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 4 Nov 2017 07:22:42 +0000 (08:22 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 4 Nov 2017 07:22:42 +0000 (08:22 +0100)
mod/admin.php

index ea87dbb03cff6321aad3e879df11125ae43447fb..4f92c8154e2cfe36a261a946c22582f24ff0b8fb 100644 (file)
@@ -617,7 +617,7 @@ function admin_page_summary(App $a) {
        }
        // Check if github.com/friendica/master/VERSION is higher then
        // the local version of Friendica. Check is opt-in, source may be master or devel branch
-       if (Config::get('system', 'check_new_version')) {
+       if (! Config::get('system', 'check_new_version_url', 'none') == 'none' ) {
                $gitversion = Config::get('system','git_friendica_version');
                if ( version_compare(FRIENDICA_VERSION, $gitversion)<0) {
                        $warningtext[] = t('There is a new version of Friendica available for download.');