From 92d6ae6fae1415958f04718d66632b7128e1cd86 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 16 Sep 2008 16:09:42 -0400 Subject: correct title on inbox and outbox darcs-hash:20080916200942-84dde-257499b7cbc4553d3f4cf5c0eafc891b860a53b8.gz --- actions/outbox.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/outbox.php') diff --git a/actions/outbox.php b/actions/outbox.php index 5fdd43ddc..c48d9c206 100644 --- a/actions/outbox.php +++ b/actions/outbox.php @@ -29,6 +29,7 @@ class OutboxAction extends MailboxAction { } else { $title = sprintf(_("Outbox for %s"), $user->nickname); } + return $title; } function get_messages($user, $page) { -- cgit v1.2.3-54-g00ecf