UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 04:40:31 +0000 (12:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 04:40:31 +0000 (12:40 +0800)
UpdateDatabase.php

index e48ef48..5fb08cb 100644 (file)
@@ -180,7 +180,6 @@ class Pman_Core_UpdateDatabase extends Pman
         if (!empty($opts['debug'])) {
             echo "Setting debug Level : {$opts['debug']}\n";
             DB_DataObject::DebugLevel($opts['debug']);
-            exit;
         }