Skip to content
Snippets Groups Projects
Commit d5c6c994 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

checkstyle

parent 4295699e
Branches
No related tags found
No related merge requests found
...@@ -288,10 +288,11 @@ function FileUpload($resourceType, $currentFolder, $sCommand, $CKEcallback = '') ...@@ -288,10 +288,11 @@ function FileUpload($resourceType, $currentFolder, $sCommand, $CKEcallback = '')
else else
{ {
//issue the CKEditor Callback //issue the CKEditor Callback
SendCKEditorResults ($CKEcallback, $sFileUrl, SendCKEditorResults (
($sErrorNumber != 0 $CKEcallback,
? 'Error '. $sErrorNumber. ' upload failed.' $sFileUrl,
: 'Upload Successful')); ($sErrorNumber != 0 ? 'Error '. $sErrorNumber. ' upload failed.' : 'Upload Successful')
);
} }
exit ; exit ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment