diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-15 14:03:19 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-15 14:03:19 +0000 |
| commit | b745d5224f44e447fc5ed06d1804e10b58e7afd2 (patch) | |
| tree | a8035fb95226c4546fe04e5e2f734b030ae1db04 /phpBB/adm/admin_attachments.php | |
| parent | d8609ba1c60803912c0b9de9c887290d7f6c5f90 (diff) | |
| download | forums-b745d5224f44e447fc5ed06d1804e10b58e7afd2.tar forums-b745d5224f44e447fc5ed06d1804e10b58e7afd2.tar.gz forums-b745d5224f44e447fc5ed06d1804e10b58e7afd2.tar.bz2 forums-b745d5224f44e447fc5ed06d1804e10b58e7afd2.tar.xz forums-b745d5224f44e447fc5ed06d1804e10b58e7afd2.zip | |
removed message type from message parser
assign message if specified
parse/decode html if enabled
validate url
git-svn-id: file:///svn/phpbb/trunk@4834 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_attachments.php')
| -rw-r--r-- | phpBB/adm/admin_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_attachments.php b/phpBB/adm/admin_attachments.php index e26cd7ddb8..bedef5885a 100644 --- a/phpBB/adm/admin_attachments.php +++ b/phpBB/adm/admin_attachments.php @@ -422,7 +422,7 @@ if ($submit && $mode == 'orphan') <h2><?php echo $user->lang['UPLOADING_FILES']; ?></h2> <?php include($phpbb_root_path . 'includes/message_parser.' . $phpEx); - $message_parser = new parse_message(0); + $message_parser = new parse_message(); $sql = 'SELECT forum_id, forum_name FROM ' . FORUMS_TABLE; |
