1
0
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:
Kovah 2022-11-17 13:49:22 +01:00
parent 672ddb57c3
commit f3fd1ae5c2
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -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="">