backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Tue, 11 Jan 2005 22:59:34 +0000 (22:59 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:29 +0000 (23:27 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-30
   undo fix stupid

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-298

htdocs/listes/admin.php

index d1f837c..327d93c 100644 (file)
@@ -59,7 +59,7 @@ if (Env::has('add_owner')) {
 }
 
 if (Env::has('del_owner')) {
-    $client->del_owner(Env::get('del_owner'));
+    $client->del_owner($liste, Env::get('del_owner'));
     header("Location: ?liste=$liste");
 }