]> git.mxchange.org Git - friendica.git/commitdiff
The string is an array ...
authorMichael Vogel <ike@pirati.ca>
Thu, 22 Sep 2016 18:07:32 +0000 (18:07 +0000)
committerMichael Vogel <ike@pirati.ca>
Thu, 22 Sep 2016 18:07:32 +0000 (18:07 +0000)
include/auth_ejabberd.php

index 9254fb804f3f8c881acc10fac7527d88d7674414..339acd15c217e47de7b93420e6f9e702e16ac468 100755 (executable)
@@ -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;