aboutsummaryrefslogtreecommitdiff
path: root/app/Utils/feverUtil.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Utils/feverUtil.php')
-rw-r--r--app/Utils/feverUtil.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Utils/feverUtil.php b/app/Utils/feverUtil.php
index 8b06568dd..ff6c4f14f 100644
--- a/app/Utils/feverUtil.php
+++ b/app/Utils/feverUtil.php
@@ -62,7 +62,7 @@ class FreshRSS_fever_Util {
* @throws FreshRSS_Context_Exception
*/
public static function deleteKey(string $username): bool {
- $userConfig = get_user_configuration($username);
+ $userConfig = FreshRSS_UserConfiguration::getForUser($username);
if ($userConfig === null) {
return false;
}