mirror of
https://github.com/friendica/friendica
synced 2025-04-26 20:30:11 +00:00
Small corrections
This commit is contained in:
parent
76f73c7236
commit
76caf7a9cf
2 changed files with 4 additions and 4 deletions
|
@ -2234,7 +2234,7 @@ function admin_page_features_post(App $a) {
|
|||
} else {
|
||||
$val = 0;
|
||||
}
|
||||
Config::set('feature',$feature,$val);
|
||||
Config::set('feature', $feature, $val);
|
||||
|
||||
if (x($_POST, $featurelock)) {
|
||||
Config::set('feature_lock', $feature, $val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue