1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

[ticket/15697] Remove hard coded time check when sending PMs

PHPBB3-15697
This commit is contained in:
MikelAlejoBR 2018-07-23 17:45:48 +02:00
parent 04899d1efd
commit 210c5f5a59

View File

@ -80,7 +80,7 @@ function compose_pm($id, $mode, $action, $user_folders = array())
$group_helper = $phpbb_container->get('group_helper');
// Was cancel pressed? If so then redirect to the appropriate page
if ($cancel || ($current_time - $lastclick < 2 && $submit))
if ($cancel)
{
if ($msg_id)
{