]> git.mxchange.org Git - friendica.git/blobdiff - mod/salmon.php
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / mod / salmon.php
index 721eae4371f6b278e6f12b83c45827763e7f90c3..56ac071b065209aa7a82ced4042790492026b889 100644 (file)
@@ -130,7 +130,7 @@ function salmon_post(&$a) {
 
        // Setup RSA stuff to verify the signature
 
-       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');