aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-11-20 18:58:34 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-11-20 18:58:34 +0000
commit0202eb8a66920b43d37582bbd205a25f68523150 (patch)
treeb3a4305900778053b729f15bcca1b244d2d510f8 /phpBB/includes/acp/acp_attachments.php
parent9f1f945d5d78f049bf44e0c6afb7eefeb549f406 (diff)
downloadforums-0202eb8a66920b43d37582bbd205a25f68523150.tar
forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.gz
forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.bz2
forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.xz
forums-0202eb8a66920b43d37582bbd205a25f68523150.zip
- more acp additions and changes...
git-svn-id: file:///svn/phpbb/trunk@5310 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r--phpBB/includes/acp/acp_attachments.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index fcd61377b8..25161d05f0 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -49,6 +49,7 @@ class acp_attachments
}
$this->tpl_name = 'acp_attachments';
+ $this->page_title = $l_title;
$template->assign_vars(array(
'L_TITLE' => $user->lang[$l_title],
@@ -117,7 +118,7 @@ class acp_attachments
if ($submit)
{
- add_log('admin', 'LOG_' . strtoupper($mode) . '_CONFIG');
+ add_log('admin', 'LOG_CONFIG_ATTACH');
// Check Settings
$this->test_upload($error, $new['upload_path'], false);
@@ -1077,7 +1078,7 @@ class acp_attachments
);
$message_parser->filename_data['filecomment'] = '';
- $filedata['post_attach'] = FALSE;
+ $filedata['post_attach'] = false;
// Submit Attachment
$attach_sql = $message_parser->attachment_data;