X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphotos.php;h=1c9e85be8c2f03c5978021621bd7862f324485c3;hb=21a3388096cbffae6c2eeaa9b7c7840a05adc0a9;hp=bd56fbbc6a68203db5af39086669f3b8f50daaa2;hpb=9b19fb9b4ddf1cb0b27ec86b10150b1aa569efb7;p=friendica.git diff --git a/mod/photos.php b/mod/photos.php index bd56fbbc6a..1c9e85be8c 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1025,6 +1025,7 @@ function photos_content(App $a) '$confirm' => DI::l10n()->t('Delete Album'), '$confirm_url' => $drop_url, '$confirm_name' => 'dropalbum', + '$confirm_value' => 'dropalbum', '$cancel' => DI::l10n()->t('Cancel'), ]); } @@ -1131,6 +1132,7 @@ function photos_content(App $a) '$confirm' => DI::l10n()->t('Delete Photo'), '$confirm_url' => $drop_url, '$confirm_name' => 'delete', + '$confirm_value' => 'delete', '$cancel' => DI::l10n()->t('Cancel'), ]); }