From 6417aa877769d68202bda78cfb151fd30e65ceed Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 3 Aug 2023 15:10:58 -0600 Subject: [PATCH] Let share errors show with their status codes instead of as basic_auth --- share.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share.php b/share.php index aaf4dd70f8..349e69100a 100644 --- a/share.php +++ b/share.php @@ -21,7 +21,7 @@ $GLOBALS['egw_info'] = array( 'nonavbar' => 'always', // true would cause eTemplate to reset it to false for non-popups! 'currentapp' => 'api', 'autocreate_session_callback' => 'EGroupware\\Api\\Sharing::create_session', - 'no_exception_handler' => 'basic_auth', // we use a basic auth exception handler (sends exception message as basic auth realm) + 'no_exception_handler' => true, // we send our own errors ) );