From 4a8f384ef766ae35a6b1296e51199152b01c28c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fernando=20M=C3=A9ndez?=
<45081533+FerMdez@users.noreply.github.com>
Date: Tue, 18 May 2021 10:01:43 +0200
Subject: [PATCH] Update template.php
---
assets/php/template.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/php/template.php b/assets/php/template.php
index ae9f7ba..9d5fef1 100644
--- a/assets/php/template.php
+++ b/assets/php/template.php
@@ -92,7 +92,7 @@
}
if(isset($_SESSION["lastRol"]) && ($_SESSION["lastRol"] === "admin" || $_SESSION["lastRol"] === "manager" )){
- $changeRol = "Volver a {$_SESSION["lastRol"]}";
+ $changeRol = "Volver a {$_SESSION["lastRol"]}";
} else {
$changeRol = null;
}
@@ -520,4 +520,4 @@
}
}
-?>
\ No newline at end of file
+?>