diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-08-17 23:03:44 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-17 23:03:44 +0200 |
| commit | 71f78fb8c6167f33e9e650f97243099fc2bf9a4f (patch) | |
| tree | 9904ec9174fec7fa41ca738e5bebe4bdb0ef1534 /phpBB/includes | |
| parent | b18fe1203aafb41d8e9e18a776bf415fa060bf4b (diff) | |
| download | forums-71f78fb8c6167f33e9e650f97243099fc2bf9a4f.tar forums-71f78fb8c6167f33e9e650f97243099fc2bf9a4f.tar.gz forums-71f78fb8c6167f33e9e650f97243099fc2bf9a4f.tar.bz2 forums-71f78fb8c6167f33e9e650f97243099fc2bf9a4f.tar.xz forums-71f78fb8c6167f33e9e650f97243099fc2bf9a4f.zip | |
[ticket/12990] Use protected instead of private
PHPBB3-12990
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/ucp/ucp_notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'] . '<br /><br />' . sprintf($user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>'); trigger_error($message); } |
