diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 14:48:39 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 14:48:39 -0500 |
| commit | 577dbf89518521f581117df9575363c3a2e16b5f (patch) | |
| tree | e6f949441cb503eaecf0ce8e33f9ee29657a0da8 /phpBB/includes/acp/acp_attachments.php | |
| parent | eb5e33a7683e7eebaa5c180c00693d5d061c057c (diff) | |
| download | forums-577dbf89518521f581117df9575363c3a2e16b5f.tar forums-577dbf89518521f581117df9575363c3a2e16b5f.tar.gz forums-577dbf89518521f581117df9575363c3a2e16b5f.tar.bz2 forums-577dbf89518521f581117df9575363c3a2e16b5f.tar.xz forums-577dbf89518521f581117df9575363c3a2e16b5f.zip | |
[ticket/10990] Changes for develop
PHPBB3-10990
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
| -rw-r--r-- | phpBB/includes/acp/acp_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index af22ed57e8..eccc935a6e 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -1074,7 +1074,7 @@ class acp_attachments $error[] = $user->lang['FILES_GONE']; } add_log('admin', 'LOG_ATTACHMENTS_DELETED', implode(', ', $deleted_filenames)); - $notify[] = sprintf($user->lang['LOG_ATTACHMENTS_DELETED'], implode(', ', $deleted_filenames)); + $notify[] = sprintf($user->lang['LOG_ATTACHMENTS_DELETED'], implode($user->lang['COMMA_SEPARATOR'], $deleted_filenames)); } else { |
