diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 20:13:11 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 20:13:11 +0000 |
commit | b32a47807e7ed2dba86d76fe37d780e345f2b89a (patch) | |
tree | 0fc71db0cc186f6d17e9dca91ed0f4cb5d98d11f | |
parent | 21c396202eaff538abb2f032c2a8686d880b89f9 (diff) |
Include PublicGroupNav in publicaction
-rw-r--r-- | actions/public.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php index e00f8efba..b13678bf0 100644 --- a/actions/public.php +++ b/actions/public.php @@ -31,6 +31,8 @@ if (!defined('LACONICA')) { exit(1); } +require_once INSTALLDIR.'/lib/publicgroupnav.php'; + /** * Action for displaying the public stream * |