Browse Source

Fixe erreur Maj

stany.ferer 1 year ago
parent
commit
859911d2ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/class/maj.class.php

+ 1 - 1
core/class/maj.class.php

@@ -93,8 +93,8 @@ class maj {
         }
         }
 
 
         if($gitReturn == TRUE){
         if($gitReturn == TRUE){
-            $sqlReturn = goSql();
             include_once(DIR_MAJ . "sql/maj.php");
             include_once(DIR_MAJ . "sql/maj.php");
+            $sqlReturn = goSql();
             if($sqlReturn == FALSE){
             if($sqlReturn == FALSE){
                 self::printSeparateur();
                 self::printSeparateur();
                 self::print("ERROR : Maj SQL", self::$colorLineRed);
                 self::print("ERROR : Maj SQL", self::$colorLineRed);