Skip to content

Commit

Permalink
[FIX] hm-imap.php PHP NOTICE Deprecated: Creation of dynamic property…
Browse files Browse the repository at this point in the history
… Hm_IMAP:: is deprecated
  • Loading branch information
amaninyumu1 committed Aug 14, 2024
1 parent 5364484 commit 644a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap/hm-imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Hm_IMAP extends Hm_IMAP_Cache {
public $con_error_num = 0;

public $banner = '';

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

Expand Down

0 comments on commit 644a12d

Please sign in to comment.