noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 19/119: fix type


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 19/119: fix type
Date: Mon, 26 Oct 2020 18:27:05 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a9dd9ebdddc6829f896e8737a2c3b13b6ebe1441
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Mon Sep 28 13:43:47 2020 +0200

    fix type
---
 include/adm.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/adm.inc.php b/include/adm.inc.php
index 7d0a478..5c571f6 100644
--- a/include/adm.inc.php
+++ b/include/adm.inc.php
@@ -52,7 +52,7 @@ if ( isset($_POST['action_fiche'] ) )
             return;
         }
 
-        $f_id=$hi->request('f_id',"number");
+        $f_id=$http->request('f_id',"number");
 
         $fiche=new Admin($cn,$f_id);
         $fiche->remove();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]