Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
exit;
|
||||
}
|
||||
|
||||
$temporada->SetPage($_GET["p"]);
|
||||
$p = intval($_GET["p"] ?? 0);
|
||||
$temporada->SetPage($p);
|
||||
$temporadas = $temporada->Enumerate();
|
||||
|
||||
$smarty->assign('temporadas', $temporadas);
|
||||
|
||||
Reference in New Issue
Block a user