mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-17 21:04:41 -04:00
@@ -119,11 +119,9 @@ class FreshRSS_Share {
|
||||
);
|
||||
|
||||
foreach ($options as $key => $value) {
|
||||
if (!isset($available_options[$key])) {
|
||||
continue;
|
||||
if (isset($available_options[$key])) {
|
||||
$this->{$available_options[$key]} = $value;
|
||||
}
|
||||
|
||||
$this->$available_options[$key] = $value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user