From 6829495ca9129ef0942c0202f48333a4a8886399 Mon Sep 17 00:00:00 2001 From: rmontanana Date: Thu, 23 Oct 2014 19:28:38 +0200 Subject: [PATCH] =?UTF-8?q?*Corregido=20que=20no=20aparec=C3=ADa=20el=20me?= =?UTF-8?q?nsaje=20de=20bienvenida=20al=20hacer=20login=20en=20la=20aplica?= =?UTF-8?q?ci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AportaContenido.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AportaContenido.php b/AportaContenido.php index b2785a9..ec56ff7 100644 --- a/AportaContenido.php +++ b/AportaContenido.php @@ -258,7 +258,9 @@ class AportaContenido { $mensaje = '
'; $mensaje .= 'Bienvenid@ ' . $this->usuario . '
'; case 'principal': // contenido inicial - $mensaje = ""; + if (!isset($mensaje)) { + $mensaje = ""; + } $creditos = "$('#creditos').modal({keyboard: false});"; $centro = '
' . CENTRO . '
'; $tabla = $this->creaTablaAcercaDe();