]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
ActivityObject::fromProfile used some non-included class definitions
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 3 Jun 2014 01:18:13 +0000 (03:18 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 3 Jun 2014 01:18:13 +0000 (03:18 +0200)
lib/activityobject.php

index c506b17e857a64596bfc1300a35df40c1e886cf6..fc47485c1892199fd84a92fe54383c7532e41189 100644 (file)
@@ -32,6 +32,8 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
     exit(1);
 }
 
+require_once(INSTALLDIR.'/lib/activitystreamjsondocument.php');
+
 /**
  * A noun-ish thing in the activity universe
  *
 /**
  * A noun-ish thing in the activity universe
  *