main
Ilham Wara Nugroho 2026-02-04 14:58:58 +07:00
parent d61d23ca1f
commit 469f133d2a
1 changed files with 1 additions and 1 deletions

View File

@ -1755,7 +1755,7 @@ if (!function_exists('formKriteria')) {
$html .= '</div>';
$checkFile = Penilaian::where('page_number',$page_number)->where('ms_sekolah_id',$idSekolah)
->where('key','input_upload_files_penilai')
->where('key','upload_files_penilai')
->first();
$valueFile = json_decode(@$checkFile->value);
$extension = explode('.',@$valueFile->value);