Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / modules / admin / what-updates.php
index 4a1c8d780671e3798e050c6c3114df3526690fb5..5b5bddfacc25b1678bd3dbf34c3afa9612da6bd6 100644 (file)
@@ -94,7 +94,7 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
 
                                // I have removed the addional test for the stored timemark in database or you cannot find
                                // new updates on my server when you haven't installed it before I upload a patch... :-(
-                               if (bigintval($TEST) > bigintval(getConfig('patch_level'))) {
+                               if (bigintval($TEST) > getConfig(('patch_level'))) {
                                        // Copy every data from the response array
                                        $PATCHES['fname'][] = str_replace("\n", "", $response[$idx * 5 + 2]);
                                        $PATCHES['fsize'][] = str_replace("\n", "", $response[$idx * 5 + 3]);