diff --git a/src/descargas.php b/src/descargas.php index 634cbe4..3f5b4ec 100644 --- a/src/descargas.php +++ b/src/descargas.php @@ -30,7 +30,7 @@ $nombreMostrar=""; $estado=false; switch ($_GET['tipo']) { - case "cv": if(!$usuario->tieneRol("4") && !$usuario->tieneRol("3")) && !$usuario->tieneRol("7")){ + case "cv": if(!$usuario->tieneRol("4") && !$usuario->tieneRol("3") && !$usuario->tieneRol("7")){ $msg=$locale['1491']; } else { $estado=true;