From: Michael J. Rubinsky Date: Thu, 4 Jun 2009 21:13:56 +0000 (-0400) Subject: Fix class constants X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ef37f8a20997cfc46bf500d1ffaed030434aa62d;p=horde.git Fix class constants --- diff --git a/ingo/lib/Storage.php b/ingo/lib/Storage.php index fd08681b3..53f2f891d 100644 --- 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,