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

[ticket/15362] Fix colspan in notification options table

PHPBB3-15362
This commit is contained in:
Jakub Senko 2017-10-02 12:24:33 +02:00
parent fc3d3a83db
commit 2cdb27a0d1
No known key found for this signature in database
GPG Key ID: 6A7C328CD66EC21E

View File

@ -205,7 +205,7 @@ class ucp_notifications
}
$template->assign_vars(array(
strtoupper($block) . '_COLS' => sizeof($notification_methods) + 2,
strtoupper($block) . '_COLS' => sizeof($notification_methods) + 1,
));
}