mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-25 19:00:03 +03:00
issue #2001 Undefined array key user_options_selected
This commit is contained in:
parent
ac1daad2da
commit
f6e3883cf3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ span.errors {
|
|||
<p class="who_option who_users">
|
||||
{if isset($user_options)}
|
||||
<select name="users[]" multiple placeholder="{'Type in a search term'|translate}" style="width:524px;">
|
||||
{html_options options=$user_options selected=$user_options_selected}
|
||||
{html_options options=$user_options}
|
||||
</select>
|
||||
{else}
|
||||
{'No user is permitted to see this private album'|@translate}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue