mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-03 14:07:04 -05:00
Merge pull request #982 from aledeg/fix-user-queries-deletion
Fix feed and category side effect
This commit is contained in:
@@ -119,6 +119,8 @@ class FreshRSS_ConfigurationSetter {
|
||||
foreach ($values as $value) {
|
||||
if ($value instanceof FreshRSS_UserQuery) {
|
||||
$data['queries'][] = $value->toArray();
|
||||
} elseif (is_array($value)) {
|
||||
$data['queries'][] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user