checkstyle
This commit is contained in:
parent
4295699e0c
commit
d5c6c99493
@ -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 ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user