From: Evan Prodromou Date: Wed, 7 Mar 2012 22:02:56 +0000 (-0600) Subject: title for the spam stream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b6ede859870c2a4758ea3fec5798a0769cd2ab4;p=quix0rs-gnu-social.git title for the spam stream --- 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. *