[ticket/11103] Bug fix

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-09-16 23:03:00 -05:00
parent a4ec7e2aea
commit 661dd09d6f
3 changed files with 2 additions and 3 deletions

View file

@ -718,7 +718,7 @@ function delete_topics($where_type, $where_ids, $auto_sync = true, $post_count_s
// Delete notifications // Delete notifications
$phpbb_notifications = $phpbb_container->get('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; return $return;
} }

View file

@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
Hello {USERNAME}, Hello {USERNAME},
You are receiving this notification because the topic , "{TOPIC_TITLE}" at "{SITENAME}" needs approval. You are receiving this notification because the topic, "{TOPIC_TITLE}" at "{SITENAME}" needs approval.
If you want to view the topic, click the following link: If you want to view the topic, click the following link:
{U_VIEW_TOPIC} {U_VIEW_TOPIC}

View file

@ -669,7 +669,6 @@ p.rules a {
#notification_list ul li img { #notification_list ul li img {
float: left; float: left;
padding: 0 10px 10px 0; padding: 0 10px 10px 0;
max-width: 50px; max-width: 50px;
max-height: 50px; max-height: 50px;
} }