mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-03 14:12:51 -04:00
Merge branch 'php7-share' into dev
This commit is contained in:
@@ -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