Skip to content

Commit

Permalink
Need to propagate $this->buids with the parsed indices.
Browse files Browse the repository at this point in the history
Necessary for bug #14446.
  • Loading branch information
yunosh committed Sep 21, 2016
1 parent 5fc192b commit 359803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Indices/Mailbox.php
Expand Up @@ -86,7 +86,7 @@ public function __construct()
}

if (!isset($this->buids)) {
$this->buids = new IMP_Indices();
$this->buids = new IMP_Indices($this->_indices);
}

if (!isset($this->mailbox)) {
Expand Down

0 comments on commit 359803e

Please sign in to comment.