Test Failed
Push — trunk ( 731d9b...132e87 )
by SuperNova.WS
12:46
created
includes/update.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -692,7 +692,7 @@
 block discarded – undo
692 692
           }
693 693
         }
694 694
 
695
-        $updater->upd_log_message("Migrated {$patched}/{$total} festival configuration records");
695
+        $updater->upd_log_message("migrated {$patched}/{$total} festival configuration records");
696 696
       }
697 697
 
698 698
       $updater->upd_alter_table('que', ['DROP KEY `que_id`',], $updater->isIndexExists('que', 'que_id'));
Please login to merge, or discard this patch.