Browse Source

updateContextUser typo

Alexandre Alapetite 8 years ago
parent
commit
a11517dc9a
1 changed files with 1 additions and 1 deletions
  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;
 	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['password']) ? '' : $options['password'],
 	empty($options['api-password']) ? '' : $options['api-password'],
 	empty($options['api-password']) ? '' : $options['api-password'],
 	array(
 	array(