Explorar o código

updateContextUser typo

Alexandre Alapetite %!s(int64=8) %!d(string=hai) anos
pai
achega
a11517dc9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/update-user.php

+ 1 - 1
cli/update-user.php

@@ -30,7 +30,7 @@ function intParam($name) {
 	return isset($options[$name]) && ctype_digit($options[$name]) ? intval($options[$name]) : null;
 }
 
-$ok = FreshRSS_user_Controller::updateContextUser($username,
+$ok = FreshRSS_user_Controller::updateContextUser(
 	empty($options['password']) ? '' : $options['password'],
 	empty($options['api-password']) ? '' : $options['api-password'],
 	array(