summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-10 18:22:22 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-10 18:22:22 -0400
commit10654ebf3572f07b178b2cc7e017b04e6f9e3084 (patch)
treef4bfd5bb32fa7e500189588fd149bd0a45cd564a /actions/shownotice.php
parentf6bf8a58703d5c64c6f0e0c4a079e8ca4b2e950e (diff)
fix including stream in shownotice
darcs-hash:20080610222222-84dde-f17190f0da05f65ba0d0030d39c97dfec701b624.gz
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
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 {