From: x2001corpet Date: Wed, 14 Feb 2007 00:08:23 +0000 (+0000) Subject: faute de frappe X-Git-Tag: xorg/0.9.14~280 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=14f3419e9ed08aa3efb1730e102bad5775635c0c;p=platal.git faute de frappe git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1496 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/lists.php b/modules/lists.php index 19ef3e6..cc6461f 100644 --- a/modules/lists.php +++ b/modules/lists.php @@ -305,11 +305,11 @@ class ListsModule extends PLModule if (Get::has('del')) { $this->client->unsubscribe($liste); - pl_redirect('lists/tromi/'.$liste); + pl_redirect('lists/trombi/'.$liste); } if (Get::has('add')) { $this->client->subscribe($liste); - pl_redirect('lists/tromi/'.$liste); + pl_redirect('lists/trombi/'.$liste); } $owners = $this->client->get_owners($liste);