Alexandre Alapetite преди 8 години
родител
ревизия
a11517dc9a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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(