1
0
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:
Tristan Darricau
2014-08-17 23:03:44 +02:00
parent b18fe1203a
commit 71f78fb8c6
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}