From 25305ffb07b87798db52536cda0329c988e6dac7 Mon Sep 17 00:00:00 2001 From: DanieL Date: Mon, 20 Feb 2023 14:31:59 -0300 Subject: [PATCH] Update --- view/managerVideos_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/managerVideos_body.php b/view/managerVideos_body.php index 89837b5724be..3f8aa0d746f8 100644 --- a/view/managerVideos_body.php +++ b/view/managerVideos_body.php @@ -332,9 +332,9 @@ $('#grid').bootgrid('reload'); return false;"> $value) { + foreach ($categories_edit as $key => $value) { //$text = " ".__($value['hierarchyAndName'])." ({$value['fullTotal_videos']})"; $text = " ".__($value['hierarchyAndName']); echo PHP_EOL . '
  • ' . $text . '
  • ';