mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 20:59:59 +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">
|
<p class="who_option who_users">
|
||||||
{if isset($user_options)}
|
{if isset($user_options)}
|
||||||
<select name="users[]" multiple placeholder="{'Type in a search term'|translate}" style="width:524px;">
|
<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>
|
</select>
|
||||||
{else}
|
{else}
|
||||||
{'No user is permitted to see this private album'|@translate}.
|
{'No user is permitted to see this private album'|@translate}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue