UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 11 Jul 2018 10:41:06 +0000 (18:41 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Jul 2018 10:41:06 +0000 (18:41 +0800)
UpdateDatabase.php

index 3207977..0c4f672 100644 (file)
@@ -94,7 +94,7 @@ class Pman_Core_UpdateDatabase extends Pman
     static function cli_opts()
     {
         
-        $ret = self::$cli_opts;
+        $ret = $this->cli_opts;
         $ff = HTML_FlexyFramework::get();
         $a = new Pman();
         $mods = $a->modulesList();