]> git.mxchange.org Git - friendica.git/blobdiff - include/salmon.php
merge diaspora/friendika vcard formats - not yet complete
[friendica.git] / include / salmon.php
index c1af1a8526312539dcc2f9a458cdbab7db0cb2fd..473432f259542c92a067a41e8681e2f2846ccbc7 100644 (file)
@@ -145,7 +145,7 @@ EOT;
 
        // Setup RSA stuff to PKCS#1 sign the data
 
-       set_include_path(get_include_path() . PATH_SEPARATOR . 'library' . PATH_SEPARATOR . 'phpsec');
+       set_include_path(get_include_path() . PATH_SEPARATOR . 'library/phpsec');
 
        require_once('library/phpsec/Crypt/RSA.php');