Adapt name of the base class and fix visibility of the data class variable.
authorGunnar Wrobel <p@rdus.de>
Thu, 11 Mar 2010 18:46:19 +0000 (19:46 +0100)
committerGunnar Wrobel <wrobel@temple.(none)>
Thu, 11 Mar 2010 21:35:01 +0000 (22:35 +0100)
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Permission.php

index 056ad71..7a012fa 100644 (file)
@@ -36,7 +36,7 @@ require_once 'Horde/Group.php';
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Storage
  */
-class Horde_Kolab_Storage_Permission extends Horde_Permission
+class Horde_Kolab_Storage_Permission extends Horde_Perms_Permission
 {
     /**
      * The folder name.
@@ -51,7 +51,7 @@ class Horde_Kolab_Storage_Permission extends Horde_Permission
      *
      * @var string
      */
-    protected $data;
+    public $data;
 
     /**
      * A cache for the raw IMAP folder acl settings.