From: Evan Prodromou Date: Thu, 15 Jan 2009 20:11:55 +0000 (-0500) Subject: Add arg to NoticeForm constructor X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21c396202eaff538abb2f032c2a8686d880b89f9;p=quix0rs-gnu-social.git Add arg to NoticeForm constructor --- diff --git a/lib/action.php b/lib/action.php index dd48cbc870..4f0b0def1e 100644 --- a/lib/action.php +++ b/lib/action.php @@ -277,7 +277,7 @@ class Action extends HTMLOutputter // lawsuit function showNoticeForm() { - $notice_form = new NoticeForm(); + $notice_form = new NoticeForm($this); $notice_form->show(); }