Skip to content

Commit 7518384

Browse files
author
Kristan Kenney
committed
Merge branch 'fix/2020-07_v-rebuild-database' into staging/fixes
2 parents 950bb0c + 87cc23a commit 7518384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/bulk/db/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
if ($_SESSION['user'] == 'admin') {
1919
switch ($action) {
20-
case 'rebuild': $cmd='v-rebuild-web-domain';
20+
case 'rebuild': $cmd='v-rebuild-database';
2121
break;
2222
case 'delete': $cmd='v-delete-database';
2323
break;

0 commit comments

Comments
 (0)