From: Michael M Slusarz Date: Thu, 5 Mar 2009 03:52:49 +0000 (-0700) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4c5047a0fc5f6cca07e86060f60c468c24281bf0;p=horde.git Typo --- diff --git a/framework/Crypt/lib/Horde/Crypt.php b/framework/Crypt/lib/Horde/Crypt.php index 0dfa3ef28..5fb272e72 100644 --- a/framework/Crypt/lib/Horde/Crypt.php +++ b/framework/Crypt/lib/Horde/Crypt.php @@ -83,7 +83,7 @@ class Horde_Crypt * @return Horde_Crypt The concrete Horde_Crypt reference. * @throws Horde_Exception */ - static public function &singleton($driver, $params = array()) + static public function singleton($driver, $params = array()) { ksort($params); $signature = hash('md5', serialize(array($driver, $params)));