mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
issue #2001 Undefined array key user_options_selected
This commit is contained in:
@@ -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}.
|
||||||
|
|||||||
Reference in New Issue
Block a user