]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix including stream in shownotice
authorEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 22:22:22 +0000 (18:22 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 22:22:22 +0000 (18:22 -0400)
darcs-hash:20080610222222-84dde-f17190f0da05f65ba0d0030d39c97dfec701b624.gz

actions/shownotice.php

index 7805242379a58be962cdd70b1e399e934f1539f6..2ede559e26e8b67656c6c17061379ca1570a6bf3 100644 (file)
@@ -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 {