mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12990] Use protected instead of private
PHPBB3-12990
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user