mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
move db-prefs to OO
This commit is contained in:
@@ -90,9 +90,6 @@ class Pref_Prefs extends Handler_Protected {
|
||||
}
|
||||
|
||||
function saveconfig() {
|
||||
|
||||
$_SESSION["prefs_cache"] = false;
|
||||
|
||||
$boolean_prefs = explode(",", $_POST["boolean_prefs"]);
|
||||
|
||||
foreach ($boolean_prefs as $pref) {
|
||||
|
||||
Reference in New Issue
Block a user