mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02:00
Merge pull request #4981 from senky/ticket/15362
[ticket/15362] Fix colspan in notification options table
This commit is contained in:
@@ -205,7 +205,7 @@ class ucp_notifications
|
|||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
strtoupper($block) . '_COLS' => sizeof($notification_methods) + 2,
|
strtoupper($block) . '_COLS' => sizeof($notification_methods) + 1,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user