]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Include PublicGroupNav in publicaction
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 20:13:11 +0000 (20:13 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 20:13:11 +0000 (20:13 +0000)
actions/public.php

index e00f8efbaf27870016825d8fd6ba39886db4ba47..b13678bf0cbb9b89423d395368468b3525de7da4 100644 (file)
@@ -31,6 +31,8 @@ if (!defined('LACONICA')) {
     exit(1);
 }
 
+require_once INSTALLDIR.'/lib/publicgroupnav.php';
+
 /**
  * Action for displaying the public stream
  *