diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 20:22:14 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 20:22:14 +0000 |
commit | 37350e873d7d0d3350c4286a0c7d028ffe49825a (patch) | |
tree | 9c121cbf6ccd472cef87679f4b49854be7b3889c /actions | |
parent | 082db2ad7d6005859bdb70b1b37d3945c49f03bd (diff) |
Make the feedlist work -- kinda
Diffstat (limited to 'actions')
-rw-r--r-- | actions/public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php index 76e922dff..62071eccc 100644 --- a/actions/public.php +++ b/actions/public.php @@ -33,6 +33,7 @@ if (!defined('LACONICA')) { require_once INSTALLDIR.'/lib/publicgroupnav.php'; require_once INSTALLDIR.'/lib/noticelist.php'; +require_once INSTALLDIR.'/lib/feedlist.php'; /** * Action for displaying the public stream |