aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp/ucp_prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/ucp/ucp_prefs.php')
-rw-r--r--phpBB/modules/ucp/ucp_prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/ucp/ucp_prefs.php b/phpBB/modules/ucp/ucp_prefs.php
index f33ae39ba5..4e78d480ab 100644
--- a/phpBB/modules/ucp/ucp_prefs.php
+++ b/phpBB/modules/ucp/ucp_prefs.php
@@ -29,7 +29,7 @@ class ucp_prefs
{
global $config, $db, $user, $auth, $template;
- $submit = request::is_set_post('submit');
+ $submit = phpbb_request::is_set_post('submit');
$error = $data = array();
$s_hidden_fields = '';