mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/11103] Bug fix
PHPBB3-11103
This commit is contained in:
@@ -718,7 +718,7 @@ function delete_topics($where_type, $where_ids, $auto_sync = true, $post_count_s
|
||||
|
||||
// Delete notifications
|
||||
$phpbb_notifications = $phpbb_container->get('notifications');
|
||||
$phpbb_notifications->delete_notifications(array('topic', 'approve_topic', 'topic_in_queue')), $topic_ids);
|
||||
$phpbb_notifications->delete_notifications(array('topic', 'approve_topic', 'topic_in_queue'), $topic_ids);
|
||||
|
||||
return $return;
|
||||
}
|
||||
|
@@ -669,7 +669,6 @@ p.rules a {
|
||||
#notification_list ul li img {
|
||||
float: left;
|
||||
padding: 0 10px 10px 0;
|
||||
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user