noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 106/323: fix: cannot create new folder due to


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 106/323: fix: cannot create new folder due to a typo error
Date: Wed, 14 Mar 2018 17:38:33 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0088aa8b72762c9ddcf59d921a67fcf766053518
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jan 28 10:35:40 2018 +0100

    fix: cannot create new folder due to a typo error
---
 include/dossier.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dossier.inc.php b/include/dossier.inc.php
index 18f1257..ee3ac59 100644
--- a/include/dossier.inc.php
+++ b/include/dossier.inc.php
@@ -54,7 +54,7 @@ if ( isset ($_POST["DATABASE"]) )
     $repo=new Database();
     try {
         $dos=$http->post('DATABASE');
-        $template=$http->post("FMOD_ID","numnber");
+        $template=$http->post("FMOD_ID","number");
     } catch (Exception $ex) {
         echo $ex->getMessage();
         return;



reply via email to

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