mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 02:09:15 +00:00
fix some minor issues found by code analyzer
This commit is contained in:
@@ -99,7 +99,6 @@ class Pref_Prefs extends Handler_Protected {
|
||||
|
||||
foreach (array_keys($_POST) as $pref_name) {
|
||||
|
||||
$pref_name = $pref_name;
|
||||
$value = $_POST[$pref_name];
|
||||
|
||||
if ($pref_name == 'DIGEST_PREFERRED_TIME') {
|
||||
|
||||
Reference in New Issue
Block a user