summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 00:12:16 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 00:12:16 +0000
commit07b52e19beff39a7f7cb5de4ebb199f2d894ad08 (patch)
tree4a200f4f7a44f5badae231f74649cba34f66b48b /actions/showstream.php
parenta57f12b06c9972b4935b7e21a4c9ea1f34647eb3 (diff)
Minor cleanup for future groups_related
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
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()