Add $protocol to the error message

pull/6476/head
Aleksander Machniak 6 years ago
parent 4920f3ef23
commit 511ecd095c

@ -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;

Loading…
Cancel
Save