diff --git a/workflow/engine/methods/authSources/authSources_Delete.php b/workflow/engine/methods/authSources/authSources_Delete.php index 08b439be2..900f3163b 100755 --- a/workflow/engine/methods/authSources/authSources_Delete.php +++ b/workflow/engine/methods/authSources/authSources_Delete.php @@ -28,4 +28,5 @@ if ($RBAC->userCanAccess( 'PM_SETUP_ADVANCE' ) != 1) { die(); } -$RBAC->removeAuthSource( $_POST['AUTH_SOURCE_UID'] ); \ No newline at end of file +$RBAC->removeAuthSource( $_POST['AUTH_SOURCE_UID'] ); +