remove references that cause "only variables should assgned by reference" errors
authorChuck Hagenbuch <chuck@horde.org>
Thu, 1 Oct 2009 22:36:12 +0000 (18:36 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 2 Oct 2009 00:59:31 +0000 (20:59 -0400)
framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php

index 587a21a..590057f 100644 (file)
@@ -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();