From 6ddfe7a37858f2befa8216242b1d6e68d4beaad7 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Mon, 3 May 2010 11:45:29 +0000 Subject: [PATCH] Fixed bug in updater not showing the updater - questions --- install/updates/preconfig.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/updates/preconfig.php b/install/updates/preconfig.php index fff42d9b..0fc30bed 100644 --- a/install/updates/preconfig.php +++ b/install/updates/preconfig.php @@ -46,6 +46,9 @@ function getPreConfig($current_version) function versionInUpdate($current_version, $version_to_check) { + if (!isFroxlor()) { + return true; + } $pos_a = strpos($current_version, '-svn'); $pos_b = strpos($version_to_check, '-svn'); // if we compare svn-versions, we have to add -svn0 to the version