diff options
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r-- | actions/shownotice.php | 2 |
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 { |