mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
prefs: unify naming
This commit is contained in:
@@ -52,7 +52,7 @@ class RPC extends Handler_Protected {
|
||||
$profile_id = $row['id'];
|
||||
|
||||
if ($profile_id) {
|
||||
Pref_Prefs::initialize_user_prefs($_SESSION["uid"], $profile_id);
|
||||
Pref_Prefs::_init_user_prefs($_SESSION["uid"], $profile_id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user