]> git.mxchange.org Git - friendica.git/commitdiff
comparison works now
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 5 Nov 2017 06:45:49 +0000 (07:45 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 5 Nov 2017 06:45:49 +0000 (07:45 +0100)
mod/admin.php

index 20f7768a037d0f17fac86e7ff9d63432f6b49a5a..c41bcdc4a638810b86603cf89b8b736e41e3c493 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_url', 'none') == 'none' ) {
+       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.');