title for the spam stream

This commit is contained in:
Evan Prodromou 2012-03-07 16:02:56 -06:00
parent 783df54086
commit 6b6ede8598
1 changed files with 4 additions and 0 deletions

View File

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