@@ -24,7 +24,7 @@ |
||
| 24 | 24 | private static function get_notice_count() { |
| 25 | 25 | FrmFormMigratorsHelper::maybe_add_to_inbox(); |
| 26 | 26 | |
| 27 | - $inbox = new FrmInbox(); |
|
| 27 | + $inbox = new FrmInbox(); |
|
| 28 | 28 | return $inbox->unread_html(); |
| 29 | 29 | } |
| 30 | 30 | |