mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
Update album_notification.php
Bugfixes: 1. Undefined array key "link" in _data/templates_c/....file.cat_group_info.tpl.php on line 27 Undefined array key "src" in _data/templates_c/...file.cat_group_info.tpl.php on line 28 2. Undefined array key "user_options_selected" in _data/templates_c/....file.album_notification.tpl.php Attempt to read property "value" on null in _data/templates_c/....file.album_notification.tpl.php
This commit is contained in:
parent
c5b5dd0b8a
commit
b48ba8a324
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ if (isset($_POST['submitEmail']))
|
|||
{
|
||||
set_make_full_url();
|
||||
|
||||
$img = array();
|
||||
$img = null;
|
||||
|
||||
/* TODO: if $category['representative_picture_id']
|
||||
is empty find child representative_picture_id */
|
||||
|
@ -317,6 +317,8 @@ SELECT
|
|||
$template->assign('user_options', $users);
|
||||
}
|
||||
|
||||
$template->assign('user_options_selected', '');
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | sending html code |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue