From 10654ebf3572f07b178b2cc7e017b04e6f9e3084 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jun 2008 18:22:22 -0400 Subject: fix including stream in shownotice darcs-hash:20080610222222-84dde-f17190f0da05f65ba0d0030d39c97dfec701b624.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/shownotice.php b/actions/shownotice.php index 780524237..2ede559e2 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -require_once(INSTALLDIR.'lib/stream.php'); +require_once(INSTALLDIR.'/lib/stream.php'); class ShownoticeAction extends StreamAction { -- cgit v1.2.3-54-g00ecf