From 71f78fb8c6167f33e9e650f97243099fc2bf9a4f Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 17 Aug 2014 23:03:44 +0200 Subject: [ticket/12990] Use protected instead of private PHPBB3-12990 --- phpBB/includes/ucp/ucp_notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php index 690a16c5f6..5691302b83 100644 --- a/phpBB/includes/ucp/ucp_notifications.php +++ b/phpBB/includes/ucp/ucp_notifications.php @@ -79,7 +79,7 @@ class ucp_notifications } } - //meta_refresh(3, $this->u_action); + meta_refresh(3, $this->u_action); $message = $user->lang['PREFERENCES_UPDATED'] . '

' . sprintf($user->lang['RETURN_UCP'], '', ''); trigger_error($message); } -- cgit v1.2.1