mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 02:03:55 -04:00
@@ -35,8 +35,7 @@ $ok = FreshRSS_user_Controller::createUser($username,
|
||||
'language' => empty($options['language']) ? '' : $options['language'],
|
||||
'token' => empty($options['token']) ? '' : $options['token'],
|
||||
),
|
||||
!isset($options['no-default-feeds'])
|
||||
);
|
||||
!isset($options['no-default-feeds']));
|
||||
|
||||
if (!$ok) {
|
||||
fail('FreshRSS could not create user!');
|
||||
|
||||
Reference in New Issue
Block a user