faute de frappe
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 14 Feb 2007 00:08:23 +0000 (00:08 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 14 Feb 2007 00:08:23 +0000 (00:08 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1496 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/lists.php

index 19ef3e6..cc6461f 100644 (file)
@@ -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);