diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:12:16 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:12:16 +0000 |
commit | 07b52e19beff39a7f7cb5de4ebb199f2d894ad08 (patch) | |
tree | 4a200f4f7a44f5badae231f74649cba34f66b48b /actions | |
parent | a57f12b06c9972b4935b7e21a4c9ea1f34647eb3 (diff) |
Minor cleanup for future groups_related
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index f853f277d..1ea84cf21 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -384,10 +384,10 @@ class ShowstreamAction extends Action function showSections() { - $this->showStatistics(); $this->showSubscriptions(); $this->showSubscribers(); $this->showGroups(); + $this->showStatistics(); } function showSubscriptions() |