projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140f514
)
Fix typo
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 22 Feb 2009 23:21:05 +0000
(18:21 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 22 Feb 2009 23:21:05 +0000
(18:21 -0500)
framework/Token/lib/Horde/Token.php
patch
|
blob
|
history
diff --git
a/framework/Token/lib/Horde/Token.php
b/framework/Token/lib/Horde/Token.php
index
0ab3ebb
..
ec2d359
100644
(file)
--- a/
framework/Token/lib/Horde/Token.php
+++ b/
framework/Token/lib/Horde/Token.php
@@
-50,7
+50,7
@@
class Horde_Token
$driver = basename($driver);
$class = ($driver == 'none')
- ? 'Horde_Token'
;
+ ? 'Horde_Token'
: 'Horde_Token_' . ucfirst($driver);
if (!class_exists($class)) {