From: x2003bruneau Date: Mon, 25 Dec 2006 20:22:43 +0000 (+0000) Subject: Fix group description processing X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e301e864acd0a53079db1effb78c157f080116c2;p=banana.git Fix group description processing git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@146 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/groups.inc.php b/banana/groups.inc.php index d3293d3..e7cd952 100644 --- a/banana/groups.inc.php +++ b/banana/groups.inc.php @@ -29,8 +29,6 @@ class BananaGroups { global $banana; $this->type = $_type; - $desc = $banana->nntp->xgtitle(); - $this->load(); if (empty($this->overview) && $_type == BANANA_GROUP_SUB) { @@ -45,6 +43,7 @@ class BananaGroups { { global $banana; + $desc = $banana->nntp->xgtitle(); if ($this->type == BANANA_GROUP_NEW) { $list = $banana->nntp->newgroups($banana->profile['lastnews']); } else {