UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Tue, 26 Sep 2017 06:36:08 +0000 (14:36 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Sep 2017 06:36:08 +0000 (14:36 +0800)
UpdateDatabase.php

index 99edae3..e57b549 100644 (file)
@@ -912,7 +912,7 @@ class Pman_Core_UpdateDatabase extends Pman
         if ($done_check) {
             return;
         }
-        if (!empty($this->opts['skip-mysql-check'])) {
+        if (!empty($this->opts['skip-mysql-checks'])) {
             return;
         }
         // innodb in single files is far more efficient that MYD or one big innodb file.