From 6b6ede859870c2a4758ea3fec5798a0769cd2ab4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 7 Mar 2012 16:02:56 -0600 Subject: [PATCH] title for the spam stream --- spam.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spam.php b/spam.php index 502e3776af..a6cb1bf661 100644 --- a/spam.php +++ b/spam.php @@ -54,6 +54,10 @@ class SpamAction extends Action var $page = null; var $notices = null; + function title() { + return _("Latest Spam"); + } + /** * For initializing members of the class. *