This commit is contained in:
Isaac Connor 2019-08-08 09:26:15 -04:00
parent 5b0509e000
commit 1892528679
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if ( isset($_REQUEST['object']) and ( $_REQUEST['object'] == 'filter' ) ) {
$filter->delete(); $filter->delete();
} else { } else {
ZM\Error("No filter id passed when deleting"); ZM\Error('No filter id passed when deleting');
} }
} else if ( ( $action == 'Save' ) or ( $action == 'SaveAs' ) or ( $action == 'execute' ) ) { } else if ( ( $action == 'Save' ) or ( $action == 'SaveAs' ) or ( $action == 'execute' ) ) {