projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce2d76
)
Fix class constants
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Jun 2009 21:13:56 +0000
(17:13 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Jun 2009 21:13:56 +0000
(17:13 -0400)
ingo/lib/Storage.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Storage.php
b/ingo/lib/Storage.php
index
fd08681
..
53f2f89
100644
(file)
--- a/
ingo/lib/Storage.php
+++ b/
ingo/lib/Storage.php
@@
-854,9
+854,9
@@
class Ingo_Storage_filters
{
return array(
'name' => _("New Rule"),
- 'combine' =>
self
::COMBINE_ALL,
+ 'combine' =>
Ingo_Storage
::COMBINE_ALL,
'conditions' => array(),
- 'action' =>
self
::ACTION_KEEP,
+ 'action' =>
Ingo_Storage
::ACTION_KEEP,
'action-value' => '',
'stop' => true,
'flags' => 0,