From 082db2ad7d6005859bdb70b1b37d3945c49f03bd Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 15 Jan 2009 20:19:32 +0000 Subject: A little further with notice lists --- actions/public.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/public.php') diff --git a/actions/public.php b/actions/public.php index b13678bf0..76e922dff 100644 --- a/actions/public.php +++ b/actions/public.php @@ -32,6 +32,7 @@ if (!defined('LACONICA')) { } require_once INSTALLDIR.'/lib/publicgroupnav.php'; +require_once INSTALLDIR.'/lib/noticelist.php'; /** * Action for displaying the public stream @@ -167,7 +168,7 @@ class PublicAction extends Action return; } - $nl = new NoticeList($notice); + $nl = new NoticeList($notice, $this); $cnt = $nl->show(); -- cgit v1.2.3-54-g00ecf