mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge branch 'support/2.5' into release/2.6
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -62,4 +62,4 @@ pipeline {
|
||||
options {
|
||||
timeout(time: 20, unit: 'MINUTES')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2522,7 +2522,9 @@ EOF
|
||||
}
|
||||
} catch (FileUploadException $e)
|
||||
{
|
||||
// fail silently ??
|
||||
$sCurrentUserLogin = UserRights::GetUser();
|
||||
$sErrorMessage = "CKE : error when uploading image in ajax.render.php - operation=cke_upload_and_browse,User='$sCurrentUserLogin', class='$sObjClass',exception=$e";
|
||||
IssueLog::Error($sErrorMessage);
|
||||
}
|
||||
// Fall though !! => browse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user