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')) {
- +