Summary | Typo in framework/Crypt/Crypt/smime.php |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | olli.korhonen (at) iki (dot) fi |
Created | 01/28/2005 (7434 days ago) |
Due | |
Updated | 01/28/2005 (7434 days ago) |
Assigned | |
Resolved | 01/28/2005 (7434 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: smime.php.patch
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Typo in framework/Crypt/Crypt/smime.php
Queue ⇒ Horde Framework Packages
diff -u -3 -p -u -r1.50 smime.php
--- framework/Crypt/Crypt/smime.php 3 Jan 2005 13:09:03 -0000 1.50
+++ framework/Crypt/Crypt/smime.php 28 Jan 2005 20:01:00 -0000
@@ -917,7 +917,7 @@ class Horde_Crypt_smime extends Horde_Cr
$val = $val[1][1];
}
foreach ($val as $usage) {
- if ($usage[1] = 'id_kp_clientAuth') {
+ if ($usage[1] == 'id_kp_clientAuth') {
$newVal .= empty($newVal) ? 'TLS Web Client
Authentication' : ', TLS Web Client Authentication';
} else {
$newVal .= empty($newVal) ? $usage[1] : ', '
. $usage[1];