projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3789747
)
Typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 5 Mar 2009 03:52:49 +0000
(20:52 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 5 Mar 2009 03:52:49 +0000
(20:52 -0700)
framework/Crypt/lib/Horde/Crypt.php
patch
|
blob
|
history
diff --git
a/framework/Crypt/lib/Horde/Crypt.php
b/framework/Crypt/lib/Horde/Crypt.php
index
0dfa3ef
..
5fb272e
100644
(file)
--- 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)));