stany.ferer hai 1 ano
pai
achega
cb80839cdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/class/debug.class.php

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

@@ -200,6 +200,6 @@ class debug
     }
 
     public static function printEnvironnement(){
-        echo (ENVIRONNEMENT != "PROD") ? " [ " . ENVIRONNEMENT . "]" : NULL;
+        echo (ENVIRONNEMENT != "PROD") ? " [" . ENVIRONNEMENT . "]" : NULL;
     }
 }