fix(sidebar): null-check en route de children para evitar TypeError en PHP 8.2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-24 08:52:26 -05:00
co-authored by Claude Sonnet 4.6
parent 0021af36a5
commit ba27511414
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user']['
<title><?= htmlspecialchars($deskNombre ?? 'Recepción') ?> — Turnero</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link href="<?= BASE_URL ?>assets/css/styles.css?v=12" rel="stylesheet">
<link href="<?= BASE_URL ?>assets/css/styles.css?v=14" rel="stylesheet">
<style>
/* ── Layout de dos columnas ── */
.rec-layout {