Class variable _data needs to be protected rather than private so that the derived...
authorGunnar Wrobel <p@rdus.de>
Thu, 12 Mar 2009 17:45:08 +0000 (17:45 +0000)
committerGunnar Wrobel <p@rdus.de>
Thu, 12 Mar 2009 17:45:08 +0000 (17:45 +0000)
framework/Kolab_Server/lib/Horde/Kolab/Server/test.php

index 8f34821..324d5e0 100644 (file)
@@ -33,7 +33,7 @@ class Horde_Kolab_Server_test extends Horde_Kolab_Server_ldap
      *
      * @var array
      */
-    private $_data;
+    protected $_data;
 
     /**
      * Array holding the current result set.