aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp/ucp_attachments.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/ucp/ucp_attachments.php')
-rw-r--r--phpBB/modules/ucp/ucp_attachments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/modules/ucp/ucp_attachments.php b/phpBB/modules/ucp/ucp_attachments.php
index 39fbe84ae1..5bd66028a2 100644
--- a/phpBB/modules/ucp/ucp_attachments.php
+++ b/phpBB/modules/ucp/ucp_attachments.php
@@ -33,8 +33,8 @@ class ucp_attachments
$sort_key = request_var('sk', 'a');
$sort_dir = request_var('sd', 'a');
- $delete = request::is_set_post('delete');
- $confirm = request::is_set_post('confirm');
+ $delete = phpbb_request::is_set_post('delete');
+ $confirm = phpbb_request::is_set_post('confirm');
$delete_ids = array_keys(request_var('attachment', array(0)));
if ($delete && sizeof($delete_ids))