summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 20:20:30 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 20:20:30 +0000
commitc4462b152af09e6af254f8bb00d06554b2994689 (patch)
treed5807878d1a75d2d7b8413bfadf33f718d6629a1 /actions
parent186783f45bccf604c295bf0bfafd02637d10b473 (diff)
parent082db2ad7d6005859bdb70b1b37d3945c49f03bd (diff)
Merge branch 'uiredesign' of ../evan into uiredesign
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();