mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
Fix private parameter
This commit is contained in:
parent
fc11c60347
commit
df784fe101
2 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ ynh_app_setting_delete $app open_registration
|
||||||
ynh_app_setting_delete $app max_blogs
|
ynh_app_setting_delete $app max_blogs
|
||||||
ynh_app_setting_delete $app federation
|
ynh_app_setting_delete $app federation
|
||||||
ynh_app_setting_delete $app public_stats
|
ynh_app_setting_delete $app public_stats
|
||||||
|
ynh_app_setting_delete $app private
|
||||||
ynh_app_setting_delete $app local_timeline
|
ynh_app_setting_delete $app local_timeline
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue