Ver Fonte

Test gat

stany.ferer há 1 ano atrás
pai
commit
cb80839cdc
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
     }
 }