[dev] [PATCH] trivial imp pgp fix
Bernard Blackham
b-horde at blackham.com.au
Wed Jan 28 05:05:46 PST 2004
... with which the PGP options screen throws errors.
Bernard.
--
Bernard Blackham <bernard at blackham dot com dot au>
-------------- next part --------------
diff -u -3 -p -r1.28 pgp.inc
--- imp/templates/pgp/pgp.inc 26 Nov 2003 19:28:19 -0000 1.28
+++ imp/templates/pgp/pgp.inc 28 Jan 2004 13:04:13 -0000
@@ -175,7 +175,7 @@
</tr>
<?php else: ?>
<?php
-require_once HORDE_BASE . '/lib/Identity.php';
+require_once HORDE_LIBS . 'Horde/Identity.php';
$imp_identity = &Identity::singleton(array('imp', 'imp'));
$personal_import_url = Util::addParameter($selfURL, 'actionID', 'import_personal_public_key');
?>
More information about the dev
mailing list