diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-19 17:43:14 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-19 17:43:14 +0000 |
commit | 003c63e587128c6d095386c563c2615c2ac245c2 (patch) | |
tree | efb11a3b7aee0a40128e96164d64648bdb7e497d /actions/outbox.php | |
parent | 095aecdd5cdd77f26ec6e61fc9eda97c10a522fc (diff) | |
parent | 09e95cc33fb2228066d524e399bcc549e85eb565 (diff) |
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into dev/0.8.x
Diffstat (limited to 'actions/outbox.php')
-rw-r--r-- | actions/outbox.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/actions/outbox.php b/actions/outbox.php index c8d7f2812..deef1cc87 100644 --- a/actions/outbox.php +++ b/actions/outbox.php @@ -63,6 +63,17 @@ class OutboxAction extends MailboxAction } /** + * Output document relationship links + * + * @return void + */ + function showRelationshipLinks() + { + $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME + $this->page, 'outbox', array('nickname' => $this->user->nickname)); + } + + /** * retrieve the messages for this user and this page * * Does a query for the right messages |