From ef37f8a20997cfc46bf500d1ffaed030434aa62d Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 4 Jun 2009 17:13:56 -0400 Subject: [PATCH] Fix class constants --- ingo/lib/Storage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.11.0