From: Evan Prodromou Date: Tue, 10 Jun 2008 22:22:22 +0000 (-0400) Subject: fix including stream in shownotice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=10654ebf3572f07b178b2cc7e017b04e6f9e3084;p=quix0rs-gnu-social.git fix including stream in shownotice darcs-hash:20080610222222-84dde-f17190f0da05f65ba0d0030d39c97dfec701b624.gz --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 7805242379..2ede559e26 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 {