projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f50d0
)
The string is an array ...
author
Michael Vogel
<ike@pirati.ca>
Thu, 22 Sep 2016 18:07:32 +0000
(18:07 +0000)
committer
Michael Vogel
<ike@pirati.ca>
Thu, 22 Sep 2016 18:07:32 +0000
(18:07 +0000)
include/auth_ejabberd.php
patch
|
blob
|
history
diff --git
a/include/auth_ejabberd.php
b/include/auth_ejabberd.php
index 9254fb804f3f8c881acc10fac7527d88d7674414..339acd15c217e47de7b93420e6f9e702e16ac468 100755
(executable)
--- 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;