]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
adding extlib for Crypt_RSA
authorJames Walker <walkah@walkah.net>
Mon, 22 Feb 2010 06:39:00 +0000 (01:39 -0500)
committerJames Walker <walkah@walkah.net>
Mon, 22 Feb 2010 06:39:00 +0000 (01:39 -0500)
plugins/OStatus/OStatusPlugin.php

index 60bb144a830c09f7343a03ba6cf02fcab0be0e72..24ed23a00235a223f1bdf282521776a1932c3f66 100644 (file)
@@ -24,6 +24,8 @@
 
 if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
+set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/');
+
 class FeedSubException extends Exception
 {
 }