Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 17, 2015
1 parent 304028e commit 5994d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Pgp/lib/Horde/Pgp/Element/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function getFingerprints()
foreach ($this->message as $val) {
if ($val instanceof OpenPGP_PublicKeyPacket) {
$out[$val->key_id] = $val->fingerprint;

}
}

Expand Down

0 comments on commit 5994d49

Please sign in to comment.