Skip to content

Commit

Permalink
Fix/0037784/8/save confirmation with fileupload (ILIAS-eLearning#6252)
Browse files Browse the repository at this point in the history
* [FIX] global cache settings if no config at all

* [FIX] 0037784: save confirmation with fileupload leads to error

(cherry picked from commit 97d3004)
  • Loading branch information
chfsx authored and Amstutz committed Aug 21, 2023
1 parent 703fa14 commit 1a76fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function getTempFilename($a_hash, $a_field, $a_name, $a_type, $a_i
$tmp_file_name = implode(
"~~",
array(
mb_substr(session_id(), 0, 8),
session_id(),
$a_hash,
$a_field,
$a_index,
Expand Down

0 comments on commit 1a76fdd

Please sign in to comment.