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. *