]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/DatabaseStructure.php
Merge pull request #10116 from mexon/mat/addon-console-command
[friendica.git] / src / Console / DatabaseStructure.php
index 343c90023d8bfad831f6bd3f6cac074c18a3da3e..3898774a5a8f123f00cde4361a27b0f31b5e1180 100644 (file)
@@ -106,7 +106,7 @@ HELP;
 
                switch ($this->getArgument(0)) {
                        case "dryrun":
-                               $output = DBStructure::update($basePath, true, false);
+                               $output = DBStructure::dryRun();
                                break;
                        case "update":
                                $force    = $this->getOption(['f', 'force'], false);