Skip to content

Commit

Permalink
Merge pull request cypht-org#1064 from Shadow243/resolve-php-deprecation
Browse files Browse the repository at this point in the history
Resolve Creation of dynamic property Hm_IMAP::$ banner is deprecated
  • Loading branch information
Shadow243 authored Jun 4, 2024
2 parents bb0ed25 + a578154 commit 5054d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/imap/hm-imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ class Hm_IMAP extends Hm_IMAP_Cache {
public $con_error_msg = '';
public $con_error_num = 0;

public $banner = '';

/* holds information about the currently selected mailbox */
public $selected_mailbox = false;

Expand Down

0 comments on commit 5054d17

Please sign in to comment.