]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
There were referenced in ActivityObject not autoloaded
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 2 Jun 2014 23:33:48 +0000 (01:33 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 2 Jun 2014 23:33:48 +0000 (01:33 +0200)
lib/activityobject.php

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