mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 21:28:30 +01:00
Fix issue with all links being public despite setting is set to private (#504)
This commit is contained in:
parent
672ddb57c3
commit
f3fd1ae5c2
@ -9,7 +9,7 @@
|
||||
<form action="{{ route('links.store') }}" method="POST">
|
||||
@csrf
|
||||
|
||||
<input type="hidden" name="is_private" value="{{ usersettings('private_default') ?: 0 }}">
|
||||
<input type="hidden" name="is_private" value="{{ usersettings('links_private_default') ?: 0 }}">
|
||||
<input type="hidden" name="title" value="">
|
||||
<input type="hidden" name="description" value="">
|
||||
<input type="hidden" name="lists" value="">
|
||||
|
Loading…
x
Reference in New Issue
Block a user