oopsy
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Wed, 15 Dec 2004 15:22:36 +0000 (15:22 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:41 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-97

include/validations/aliases.inc.php

index cb54d58..7b4a944 100644 (file)
@@ -84,7 +84,7 @@ class AliasReq extends Validate
 
     function handle_formu()
     {
-        if (Env::get('submit'] != "Accepter" && Env::get('submit') != "Refuser") {
+        if (Env::get('submit') != "Accepter" && Env::get('submit') != "Refuser") {
             return false;
         }