mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-16 20:37:11 -04:00
Housekeeping lib_rss.php (#8193)
* Housekeeping lib_rss.php `lib_rss.php` had become much too large, especially after https://github.com/FreshRSS/FreshRSS/pull/7924 Moved most functions to other places. Mostly no change of code otherwise (see comments). * Extension: composer run-script phpstan-third-party
This commit is contained in:
committed by
GitHub
parent
5e622c60fa
commit
a18c35046d
@@ -71,7 +71,7 @@ class FreshRSS_javascript_Controller extends FreshRSS_ActionController {
|
||||
Minz_Error::error(400);
|
||||
return;
|
||||
}
|
||||
$user_conf = get_user_configuration($user);
|
||||
$user_conf = FreshRSS_UserConfiguration::getForUser($user);
|
||||
if ($user_conf !== null) {
|
||||
try {
|
||||
$s = $user_conf->passwordHash;
|
||||
|
||||
Reference in New Issue
Block a user