From: Chuck Hagenbuch Date: Thu, 1 Oct 2009 22:36:12 +0000 (-0400) Subject: remove references that cause "only variables should assgned by reference" errors X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=29094628f1a2caa8246c742de566f8ac65079635;p=horde.git remove references that cause "only variables should assgned by reference" errors --- diff --git a/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php b/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php index 587a21a54..590057ffa 100644 --- a/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php +++ b/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php @@ -294,8 +294,8 @@ EOD; 'username' => $username, 'password' => $password); - $world['server'] = &$this->getKolabMockServer(); - $world['storage'] = &$this->prepareEmptyKolabStorage($params); + $world['server'] = $this->getKolabMockServer(); + $world['storage'] = $this->prepareEmptyKolabStorage($params); //$world['auth'] = &$this->prepareKolabAuthDriver(); $this->prepareBasicConfiguration();