@@ -109,7 +109,8 @@ |
||
| 109 | 109 | * |
| 110 | 110 | * @return void |
| 111 | 111 | */ |
| 112 | - public function setUpNavBarBadges(User $currentUser, PdoDatabase $database) { |
|
| 112 | + public function setUpNavBarBadges(User $currentUser, PdoDatabase $database) |
|
| 113 | + { |
|
| 113 | 114 | // Set up some variables. |
| 114 | 115 | // A size of 0 causes nothing to show up on the page (checked on navigation-menu.tpl) so leaving it 0 here is fine. |
| 115 | 116 | $countOfFlagged = 0; |