From 6bfe3093a3d96729744fd73dafdd15d6ebc916f5 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Feb 2026 11:58:31 +0700 Subject: [PATCH] update --- app/Helpers/custom.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Helpers/custom.php b/app/Helpers/custom.php index ee88006..3dd6008 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -1657,6 +1657,7 @@ if (!function_exists('formKriteria')) { ->where('tahun',$kuesioner->tahun) ->where('key',preg_replace('/[^a-z0-9]+/', '_', strtolower($dataOption))) ->first(); + $extension = explode('.',@$checkFile->value); if(@$checkFile){ $html .= '
@@ -1664,7 +1665,7 @@ if (!function_exists('formKriteria')) {
- +