From: Gunnar Wrobel
Date: Thu, 12 Mar 2009 17:45:08 +0000 (+0000) Subject: Class variable _data needs to be protected rather than private so that the derived... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3d9e7bd751e56f2bdf057b3f8075080d05326be4;p=horde.git Class variable _data needs to be protected rather than private so that the derived classes can access it. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/test.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/test.php index 8f34821b1..324d5e03f 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/test.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/test.php @@ -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.