mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15362] Fix colspan in notification options table
PHPBB3-15362
This commit is contained in:
parent
fc3d3a83db
commit
2cdb27a0d1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue