]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
title for the spam stream
authorEvan Prodromou <evan@status.net>
Wed, 7 Mar 2012 22:02:56 +0000 (16:02 -0600)
committerEvan Prodromou <evan@status.net>
Wed, 7 Mar 2012 22:02:56 +0000 (16:02 -0600)
spam.php

index 502e3776afd39da81a9ebbfc48cae1a038b3f897..a6cb1bf6615e750a32ba15edfefa1771e61a77c7 100644 (file)
--- 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.
      *