From e301e864acd0a53079db1effb78c157f080116c2 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Mon, 25 Dec 2006 20:22:43 +0000 Subject: [PATCH] Fix group description processing git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@146 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/groups.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { -- 2.1.4