projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140e678
)
'm' might not be set (vfolders)
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Dec 2010 06:38:35 +0000
(23:38 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Dec 2010 06:38:35 +0000
(23:38 -0700)
imp/lib/Search/Query.php
patch
|
blob
|
history
diff --git
a/imp/lib/Search/Query.php
b/imp/lib/Search/Query.php
index
474614f
..
3208817
100644
(file)
--- a/
imp/lib/Search/Query.php
+++ b/
imp/lib/Search/Query.php
@@
-308,7
+308,9
@@
class IMP_Search_Query implements Serializable
if (isset($data['l'])) {
$this->_label = $data['l'];
}
- $this->_mboxes = $data['m'];
+ if (isset($data['m'])) {
+ $this->_mboxes = $data['m'];
+ }
}
}