Skip to content

Commit

Permalink
Merge pull request #506 from Spuds/formatting
Browse files Browse the repository at this point in the history
Mundane tweaks to the formatting
  • Loading branch information
norv committed Jun 9, 2013
2 parents c7b3632 + 479d956 commit 380e7eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/controllers/Display.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1283,4 +1283,4 @@ function filter_accessible_attachment($attachment_info)
return false;

return true;
}
}
2 changes: 1 addition & 1 deletion sources/controllers/PostModeration.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,4 @@ function removeMessages($messages, $messageDetails, $current_view = 'replies')
(empty($modSettings['recycle_enable']) || $modSettings['recycle_board'] != $messageDetails[$post]['board'] ? 'topic' : 'old_topic_id') => $messageDetails[$post]['topic'], 'subject' => $messageDetails[$post]['subject'], 'member' => $messageDetails[$post]['member'], 'board' => $messageDetails[$post]['board']));
}
}
}
}
2 changes: 1 addition & 1 deletion sources/controllers/Recent.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1178,4 +1178,4 @@ function action_unread()
// Allow helpdesks and bug trackers and what not to add their own unread data (just add a template_layer to show custom stuff in the template!)
call_integration_hook('integrate_unread_list');
}
}
}

0 comments on commit 380e7eb

Please sign in to comment.