projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029017a
)
Fix variable name.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 1 Oct 2010 17:09:59 +0000
(11:09 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 1 Oct 2010 19:42:07 +0000
(13:42 -0600)
imp/lib/Mailbox/List.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mailbox/List.php
b/imp/lib/Mailbox/List.php
index
13b8a9d
..
0eff314
100644
(file)
--- a/
imp/lib/Mailbox/List.php
+++ b/
imp/lib/Mailbox/List.php
@@
-695,8
+695,8
@@
class IMP_Mailbox_List implements Countable, Serializable
if (!is_null($this->_sorted)) {
$data['so'] = $this->_sorted;
- if (!empty($this->_sorted
m
box)) {
- $data['som'] = $this->_sorted
m
box;
+ if (!empty($this->_sorted
M
box)) {
+ $data['som'] = $this->_sorted
M
box;
}
}
@@
-729,7
+729,7
@@
class IMP_Mailbox_List implements Countable, Serializable
if (isset($data['so'])) {
$this->_sorted = $data['so'];
if (isset($data['som'])) {
- $this->_sorted
m
box = $data['som'];
+ $this->_sorted
M
box = $data['som'];
}
}