From d748318f7f0a421e6947903b0b9504aabd4d6a17 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 15:10:34 -0400 Subject: require stream stuff darcs-hash:20080517191034-84dde-eebc08698104692bd67e00b9feffb0dd19f5c2b9.gz --- actions/public.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/public.php') diff --git a/actions/public.php b/actions/public.php index c8e6e36cf..5b1e50fa3 100644 --- a/actions/public.php +++ b/actions/public.php @@ -19,6 +19,8 @@ if (!defined('LACONICA')) { exit(1); } +require_once(INSTALLDIR.'/lib/stream.php'); + class PublicAction extends StreamAction { function handle($args) { -- cgit v1.2.3-54-g00ecf