From 511ecd095cf1f5906de050377bbe0f6ab6f216ca Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 3 Oct 2018 10:15:15 +0200 Subject: [PATCH] Add $protocol to the error message --- plugins/krb_authentication/krb_authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/krb_authentication/krb_authentication.php b/plugins/krb_authentication/krb_authentication.php index e5b67ed00..57b79e526 100644 --- a/plugins/krb_authentication/krb_authentication.php +++ b/plugins/krb_authentication/krb_authentication.php @@ -147,7 +147,7 @@ class krb_authentication extends rcube_plugin } if (empty($context)) { - rcube::raise_error("Empty GSSAPI context.", true); + rcube::raise_error("Empty GSSAPI context ($protocol).", true); } return $context;