]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
require stream stuff
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:10:34 +0000 (15:10 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:10:34 +0000 (15:10 -0400)
darcs-hash:20080517191034-84dde-eebc08698104692bd67e00b9feffb0dd19f5c2b9.gz

actions/all.php
actions/public.php
actions/showstream.php

index 452232929089abbbcf7cf6175f565f77c7332818..f74b3ff9c0bcc2a492590f1f4161931338efc561 100644 (file)
@@ -19,6 +19,8 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
+require_once(INSTALLDIR.'/actions/showstream.php');
+
 class AllAction extends ShowstreamAction {
 
        // XXX: push this up to a common function.
index c8e6e36cfa50536e314de4b33a23a188b58f1204..5b1e50fa3f1ce82c5d1a7fd3e61c0eed2a67ead1 100644 (file)
@@ -19,6 +19,8 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
+require_once(INSTALLDIR.'/lib/stream.php');
+
 class PublicAction extends StreamAction {
 
        function handle($args) {
index 1f9fb935d4596ed2968aa3b67dfc0e93151015ff..004f238df540e383237d3c1e80b89d4ec197c11b 100644 (file)
@@ -19,6 +19,8 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
+require_once(INSTALLDIR.'/lib/stream.php');
+
 define('SUBSCRIPTIONS_PER_ROW', 5);
 define('SUBSCRIPTIONS', 80);