aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/update_email_hash.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/update_email_hash.php')
-rw-r--r--phpBB/develop/update_email_hash.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/update_email_hash.php b/phpBB/develop/update_email_hash.php
index 57aebe3ca0..c149900d64 100644
--- a/phpBB/develop/update_email_hash.php
+++ b/phpBB/develop/update_email_hash.php
@@ -19,7 +19,7 @@ $user->session_begin();
$auth->acl($user->data);
$user->setup();
-$start = request_var('start', 0);
+$start = $request->variable('start', 0);
$num_items = 1000;
echo '<br />Updating user email hashes' . "\n";