]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/DatabaseStructure.php
Fix potential bugs without expected behavior change
[friendica.git] / src / Core / Console / DatabaseStructure.php
index 47e6af5eb1f508efa63a41d6ffca59e3c0c7cff0..724feea5e44f947e2178ef47915bc22ce257360c 100644 (file)
@@ -79,6 +79,8 @@ HELP;
                                DBStructure::convertToInnoDB();
                                $output = ob_get_clean();
                                break;
+                       default:
+                               $output = 'Unknown command: ' . $this->getArgument(0);
                }
 
                $this->out($output);