The string is an array ...
This commit is contained in:
parent
c6f50d0468
commit
abbf501602
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ class exAuth {
|
||||||
/**
|
/**
|
||||||
* @brief Check if the given username exists
|
* @brief Check if the given username exists
|
||||||
*
|
*
|
||||||
* @param string $aCommand The command string
|
* @param array $aCommand The command array
|
||||||
*/
|
*/
|
||||||
private function isuser($aCommand) {
|
private function isuser($aCommand) {
|
||||||
global $a;
|
global $a;
|
||||||
|
@ -209,7 +209,7 @@ class exAuth {
|
||||||
/**
|
/**
|
||||||
* @brief Authenticate the givven user and password
|
* @brief Authenticate the givven user and password
|
||||||
*
|
*
|
||||||
* @param string $aCommand The command string
|
* @param array $aCommand The command array
|
||||||
*/
|
*/
|
||||||
private function auth($aCommand) {
|
private function auth($aCommand) {
|
||||||
global $a;
|
global $a;
|
||||||
|
|
Loading…
Reference in a new issue