checkstyle
This commit is contained in:
parent
4295699e0c
commit
d5c6c99493
@ -288,10 +288,11 @@ function FileUpload($resourceType, $currentFolder, $sCommand, $CKEcallback = '')
|
||||
else
|
||||
{
|
||||
//issue the CKEditor Callback
|
||||
SendCKEditorResults ($CKEcallback, $sFileUrl,
|
||||
($sErrorNumber != 0
|
||||
? 'Error '. $sErrorNumber. ' upload failed.'
|
||||
: 'Upload Successful'));
|
||||
SendCKEditorResults (
|
||||
$CKEcallback,
|
||||
$sFileUrl,
|
||||
($sErrorNumber != 0 ? 'Error '. $sErrorNumber. ' upload failed.' : 'Upload Successful')
|
||||
);
|
||||
}
|
||||
|
||||
exit ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user