From 8de9adc039dda63a7ba56d689dbeec80aa2fb681 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 11 Aug 2023 08:10:05 -0400 Subject: [PATCH] fix bug --- www-api/app/Controllers/WrenchMedia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchMedia.php b/www-api/app/Controllers/WrenchMedia.php index 12396a9f..0361eb2c 100644 --- a/www-api/app/Controllers/WrenchMedia.php +++ b/www-api/app/Controllers/WrenchMedia.php @@ -66,7 +66,7 @@ class WrenchMedia extends BaseController 'sessionid' => $sessionId, 'file_section' => $fileSection, 'file_uid' => $fileUID, - 'file_section_no' =>$supportedSections$fileSection] + 'file_section_no' =>$supportedSections[$fileSection] ]; if ($data["action"] !=''){