Fix class constants
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 4 Jun 2009 21:13:56 +0000 (17:13 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 4 Jun 2009 21:13:56 +0000 (17:13 -0400)
ingo/lib/Storage.php

index fd08681..53f2f89 100644 (file)
@@ -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,