diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 1f9fb935d..004f238df 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -19,6 +19,8 @@ if (!defined('LACONICA')) { exit(1); } +require_once(INSTALLDIR.'/lib/stream.php'); + define('SUBSCRIPTIONS_PER_ROW', 5); define('SUBSCRIPTIONS', 80); |