Skip to content

Commit

Permalink
missing static
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 1, 2015
1 parent f4423f1 commit 108b70a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/eventum/class.support.php
Original file line number Diff line number Diff line change
Expand Up @@ -980,9 +980,8 @@ public function createIssueFromEmail($info, $headers, $message_body, $date, $fro
* server.
*
* @param resource $mbox The mailbox
* @return void
*/
public function closeEmailServer($mbox)
public static function closeEmailServer($mbox)
{
@imap_expunge($mbox);
@imap_close($mbox);
Expand Down

0 comments on commit 108b70a

Please sign in to comment.