From 51e6dc065c2aecdbc7dd4267bdbf6e34e9d9f04b Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 19 Oct 2007 23:28:22 +0200 Subject: [PATCH] Fix banana profile update --- modules/banana.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/banana.php b/modules/banana.php index 640012d..63ce688 100644 --- a/modules/banana.php +++ b/modules/banana.php @@ -79,7 +79,7 @@ class BananaModule extends PLModule if (!(Post::has('action') && Post::has('banananame') && Post::has('bananasig') && Post::has('bananadisplay') && Post::has('bananamail') - && Post::has('bananaupdate') && Post::v('action')=="OK" )) + && Post::has('bananaupdate') && Post::v('action')=="Enregistrer" )) { $req = XDB::query(" SELECT nom, mail, sig, -- 2.1.4