1
0
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:
Andrew Dolgov
2017-12-03 23:08:04 +03:00
parent fa3bcfa379
commit 7c6f7bb0aa
8 changed files with 5 additions and 51 deletions

View File

@@ -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') {