From abbf50160257f445a6acdb512fa68a6f5211936f Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 22 Sep 2016 18:07:32 +0000 Subject: [PATCH] The string is an array ... --- include/auth_ejabberd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/auth_ejabberd.php b/include/auth_ejabberd.php index 9254fb804f..339acd15c2 100755 --- a/include/auth_ejabberd.php +++ b/include/auth_ejabberd.php @@ -143,7 +143,7 @@ class exAuth { /** * @brief Check if the given username exists * - * @param string $aCommand The command string + * @param array $aCommand The command array */ private function isuser($aCommand) { global $a; @@ -209,7 +209,7 @@ class exAuth { /** * @brief Authenticate the givven user and password * - * @param string $aCommand The command string + * @param array $aCommand The command array */ private function auth($aCommand) { global $a;