mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge branch '3.2.x'
Conflicts: phpBB/includes/ucp/ucp_notifications.php
This commit is contained in:
commit
8e62ea225e
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' => count($notification_methods) + 2,
|
strtoupper($block) . '_COLS' => count($notification_methods) + 1,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue