]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'uiredesign' of ../evan into uiredesign
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 20:14:28 +0000 (20:14 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 20:14:28 +0000 (20:14 +0000)
actions/public.php
lib/action.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
  *
index 5f6c600b1311f5aee88d85e7abdc8f3d588cdeda..4b9db465257f9addc4edce9540c9658e491ca19c 100644 (file)
@@ -278,7 +278,7 @@ class Action extends HTMLOutputter // lawsuit
 
     function showNoticeForm()
     {
-        $notice_form = new NoticeForm();
+        $notice_form = new NoticeForm($this);
         $notice_form->show();
     }