summaryrefslogtreecommitdiff
path: root/classes/Pref_Prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-04-14 12:59:00 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-04-14 12:59:00 +0300
commitb154bc7a10e46dc9fa0406996507c4fd410366da (patch)
treed6c7a5b4e9a98bb263d7f5fbea2b7bc1918ff47f /classes/Pref_Prefs.php
parent60606aaa97f80e9a4456816ff060eb499faf8b73 (diff)
initial attempt to remove mysql-related stuff from tt-rss
Diffstat (limited to 'classes/Pref_Prefs.php')
-rw-r--r--classes/Pref_Prefs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php
index c96c84100..6942e711c 100644
--- a/classes/Pref_Prefs.php
+++ b/classes/Pref_Prefs.php
@@ -591,10 +591,6 @@ class Pref_Prefs extends Handler_Protected {
continue;
}
- if ($pref_name == Prefs::DEFAULT_SEARCH_LANGUAGE && Config::get(Config::DB_TYPE) != "pgsql") {
- continue;
- }
-
if (isset($prefs_available[$pref_name])) {
$item = $prefs_available[$pref_name];