]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make sure we're requiring the library
authorJames Walker <walkah@walkah.net>
Wed, 24 Mar 2010 19:26:03 +0000 (15:26 -0400)
committerJames Walker <walkah@walkah.net>
Wed, 24 Mar 2010 19:26:03 +0000 (15:26 -0400)
plugins/OStatus/classes/Magicsig.php

index c7dd17c268beeb895c504e9a9ba70b187f48ae1b..864fef62856ea45dc25381bebb81f0c197f157c7 100644 (file)
@@ -27,6 +27,8 @@
  * @link      http://status.net/
  */
 
+require_once 'Crypt/RSA.php';
+
 class Magicsig extends Memcached_DataObject
 {