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:
OSWorX 2023-09-22 11:35:06 +02:00 committed by GitHub
parent c5b5dd0b8a
commit b48ba8a324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 |
// +-----------------------------------------------------------------------+