The string is an array ...

Este commit está contenido en:
Michael Vogel 2016-09-22 18:07:32 +00:00
padre c6f50d0468
commit abbf501602
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

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