From 4a435e6670a22935e2e964cafffe26e2c7d7eee4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 7 Feb 2011 10:18:54 -0500 Subject: [PATCH] Show group local nav on group inbox --- plugins/PrivateGroup/groupinbox.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/PrivateGroup/groupinbox.php b/plugins/PrivateGroup/groupinbox.php index 8b16e0632a..419053151c 100644 --- a/plugins/PrivateGroup/groupinbox.php +++ b/plugins/PrivateGroup/groupinbox.php @@ -104,6 +104,12 @@ class GroupinboxAction extends GroupDesignAction return true; } + function showLocalNav() + { + $nav = new GroupNav($this, $this->group); + $nav->show(); + } + function showContent() { $gml = new GroupMessageList($this, $this->gm);