remove getMixed, make get be v, getInt be i, and getBool be b.
[platal.git] / include / profil.func.inc.php
index a20ce4c..04d7f3a 100644 (file)
@@ -24,7 +24,7 @@ require_once('applis.func.inc.php');
 
 function replace_ifset(&$var,$req) {
     if (Env::has($req)){
-        $var = Env::get($req);
+        $var = Env::v($req);
     }
 }