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

index e57b549..c4abffc 100644 (file)
@@ -912,6 +912,8 @@ class Pman_Core_UpdateDatabase extends Pman
         if ($done_check) {
             return;
         }
+        print_r($this->opts);
+        
         if (!empty($this->opts['skip-mysql-checks'])) {
             return;
         }