summaryrefslogtreecommitdiff
path: root/Core/Functions/func_language.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Functions/func_language.php')
-rw-r--r--Core/Functions/func_language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Functions/func_language.php b/Core/Functions/func_language.php
index b92395d..a222e19 100644
--- a/Core/Functions/func_language.php
+++ b/Core/Functions/func_language.php
@@ -9,7 +9,7 @@
function language_set($language) {
$_SESSION["lang"] = $language;
-
+
// Redirection vers la page actuelle avec la langue à affiche.
if ($_SESSION["src"] == "index") {
header("Location: /".$_SESSION["src"].".php");