From c345d697b20df55699519d77fcea3c9af0c5e013 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 15 Dec 2015 11:21:52 -0500 Subject: [PATCH] missed dbServer -> dbStorage --- web/includes/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/actions.php b/web/includes/actions.php index a6ff20ace..bd07da509 100644 --- a/web/includes/actions.php +++ b/web/includes/actions.php @@ -805,7 +805,7 @@ if ( !empty($action) ) $dbStorage = array(); $types = array(); - $changes = getFormChanges( $dbServer, $_REQUEST['newStorage'], $types ); + $changes = getFormChanges( $dbStorage, $_REQUEST['newStorage'], $types ); if ( count( $changes ) ) { if ( !empty($_REQUEST['id']) ) {