Browse Source

Fix incorrect rebuild action for databases in Web UI

Kristan Kenney 5 years ago
parent
commit
87cc23a246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/bulk/db/index.php

+ 1 - 1
web/bulk/db/index.php

@@ -17,7 +17,7 @@ $action = $_POST['action'];
 
 if ($_SESSION['user'] == 'admin') {
     switch ($action) {
-        case 'rebuild': $cmd='v-rebuild-web-domain';
+        case 'rebuild': $cmd='v-rebuild-database';
             break;
         case 'delete': $cmd='v-delete-database';
             break;