Selaa lähdekoodia

updateContextUser typo

Alexandre Alapetite 8 vuotta sitten
vanhempi
commit
a11517dc9a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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(