projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a99882
)
Fix static variable access.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 23 Aug 2010 21:05:06 +0000
(15:05 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Aug 2010 06:00:58 +0000
(
00:00
-0600)
imp/lib/Folder.php
patch
|
blob
|
history
diff --git
a/imp/lib/Folder.php
b/imp/lib/Folder.php
index
f8534ba
..
196ce30
100644
(file)
--- a/
imp/lib/Folder.php
+++ b/
imp/lib/Folder.php
@@
-270,7
+270,7
@@
class IMP_Folder
/* Special use flags. */
$special_use = array();
- foreach (
$this->
specialUse as $key => $val) {
+ foreach (
self::$
specialUse as $key => $val) {
if (!empty($this->_opts[$key])) {
$special_use[] = $val;
}