missed dbServer -> dbStorage

This commit is contained in:
Isaac Connor 2015-12-15 11:21:52 -05:00
parent 6ce7952acb
commit c345d697b2
1 changed files with 1 additions and 1 deletions

View File

@ -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']) ) {