mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:10:11 +00:00
typo on previous checkin - set max number of images for an inserted link, default 2.
This commit is contained in:
parent
32d4a359f1
commit
20938d07cd
2 changed files with 19 additions and 9 deletions
|
@ -355,7 +355,7 @@ function admin_page_site_post(&$a){
|
|||
set_config('system','directory_submit_url', $global_directory);
|
||||
}
|
||||
set_config('system','thread_allow', $thread_allow);
|
||||
set_config('system','newuser_private', $newuser_private;
|
||||
set_config('system','newuser_private', $newuser_private);
|
||||
|
||||
set_config('system','block_extended_register', $no_multi_reg);
|
||||
set_config('system','no_openid', $no_openid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue