summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 20:19:32 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 20:19:32 +0000
commit082db2ad7d6005859bdb70b1b37d3945c49f03bd (patch)
treed3fd85911153c7b8352fd6026de94b8266ae3462 /actions
parent1915a07fdadb57a675131a048c9829583f53cc79 (diff)
A little further with notice lists
Diffstat (limited to 'actions')
-rw-r--r--actions/public.php3
1 files changed, 2 insertions, 1 deletions
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();