diff options
author | James Walker <walkah@walkah.net> | 2010-02-22 01:39:00 -0500 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-02-22 01:39:00 -0500 |
commit | effa4f5d1efffcb52d4a95562e0b4831f7bd3435 (patch) | |
tree | d8a5c2991b30168fef56883032098aeee2a49ac5 /plugins | |
parent | 273c0e036347891570a02502715345f5bbb7b143 (diff) |
adding extlib for Crypt_RSA
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/OStatus/OStatusPlugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/OStatus/OStatusPlugin.php b/plugins/OStatus/OStatusPlugin.php index 60bb144a8..24ed23a00 100644 --- a/plugins/OStatus/OStatusPlugin.php +++ b/plugins/OStatus/OStatusPlugin.php @@ -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 { } |