Browse Source

Fix JSON encoding in periodos.php

Alejandro Rosales 1 year ago
parent
commit
87f5aec49e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fetch/periodos.php

+ 1 - 1
fetch/periodos.php

@@ -16,4 +16,4 @@ if (!empty($filtro)) {
     $periodos = array_filter($periodos, fn($periodo) => in_array($periodo['Periodo_id'], $filtro));
 }
 
-echo json_encode($periodos);
+echo json_encode($periodos);