diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-14 08:21:55 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-14 08:21:55 -0400 |
commit | 52205fc6be6560d97aa8f3dc99da597498cc182e (patch) | |
tree | 1e921511891a047f93a9c4d6a57efd4b3163890a | |
parent | 27a615aefdb63875ebeb2d1657f7773e7d3bd9e8 (diff) |
no arg
darcs-hash:20080614122155-84dde-81e6de701ce6e7171a252b0b8ad442373b3bb24a.gz
-rw-r--r-- | actions/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/public.php b/actions/public.php index 099d1cc88..763f278bd 100644 --- a/actions/public.php +++ b/actions/public.php @@ -39,7 +39,7 @@ class PublicAction extends StreamAction { common_show_footer(); } - function show_top($user) { + function show_top() { if (common_logged_in()) { common_notice_form(); |