mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
multisize: remove 2 php warnings, delete custom derivatives (batch man + maintenance), watermark applied to custom derivatives
git-svn-id: http://piwigo.org/svn/trunk@13651 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -677,10 +677,12 @@ foreach(ImageStdParams::get_defined_type_map() as $params)
|
||||
{
|
||||
$del_deriv_map[$params->type] = l10n($params->type);
|
||||
}
|
||||
$gen_deriv_map = $del_deriv_map;
|
||||
$del_deriv_map[IMG_CUSTOM] = l10n(IMG_CUSTOM);
|
||||
$template->assign(
|
||||
array(
|
||||
'del_derivatives_types' => $del_deriv_map,
|
||||
'generate_derivatives_types' => $del_deriv_map,
|
||||
'generate_derivatives_types' => $gen_deriv_map,
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user