From 7416e50daa6f792f73e47141fa7ac3bfc843b1e0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 16 Sep 2008 15:53:46 -0400 Subject: inbox and outbox for direct messages Added an inbox and outbox for direct messages. Factored common code to mailbox.php. Factored common code with stream.php to personal.php. darcs-hash:20080916195346-84dde-b5c846f713a970c41fd1b0671cb333e91f3cb920.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 55fb124f8..f0aabfa29 100644 --- a/lib/util.php +++ b/lib/util.php @@ -869,6 +869,8 @@ function common_fancy_url($action, $args=NULL) { case 'subscribers': case 'all': case 'replies': + case 'inbox': + case 'outbox': if ($args && isset($args['page'])) { return common_path($args['nickname'].'/'.$action.'?page=' . $args['page']); } else { -- cgit v1.2.3-54-g00ecf