save should be Save

pull/1088/head
Isaac Connor 2015-09-15 17:26:31 -04:00
parent d235733290
commit b680aa41c5
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ if ( !empty($action) )
{
if ( $_REQUEST['object'] == 'server' ) {
if ( $action == "save" ) {
if ( $action == "Save" ) {
if ( !empty($_REQUEST['id']) )
$dbServer = dbFetchOne( "SELECT * FROM Servers WHERE Id=?", NULL, array($_REQUEST['id']) );
else