Passed
Push — master ( 9c608c...d67ac1 )
by Joe Nilson
01:52
created
Extension/Controller/EditSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
                 if (FS_DB_TYPE === 'MYSQL') {
33 33
                     $sqlType = " FOREIGN KEY ";
34 34
                 }
35
-                $result = $dataBase->exec("ALTER TABLE FACTURASPROV DROP " . $sqlType .
35
+                $result = $dataBase->exec("ALTER TABLE FACTURASPROV DROP ".$sqlType.
36 36
                                                 " IF EXISTS uniq_empresancf_facturasprov;");
37 37
                 //Exec drop if exists index uniq_empresancf_facturasprov
38 38
                 if ($result) {
Please login to merge, or discard this patch.