diff --git a/web/includes/actions/privacy.php b/web/includes/actions/privacy.php index 94fce81cd..19c4061ea 100644 --- a/web/includes/actions/privacy.php +++ b/web/includes/actions/privacy.php @@ -38,4 +38,5 @@ if ( ($action == 'privacy') && isset($_REQUEST['option']) ) { default: # Enable the privacy statement if we somehow submit something other than accept or decline dbQuery("UPDATE Config SET Value = '1' WHERE Name = 'ZM_SHOW_PRIVACY'"); } // end switch option +} // end if ?>