mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02: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 {
|
options {
|
||||||
timeout(time: 20, unit: 'MINUTES')
|
timeout(time: 20, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2522,7 +2522,9 @@ EOF
|
|||||||
}
|
}
|
||||||
} catch (FileUploadException $e)
|
} 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
|
// Fall though !! => browse
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user