security update core+modules

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-26 18:38:56 +02:00
parent 2f45ea820a
commit 7c96373038
1022 changed files with 30319 additions and 11259 deletions

View File

@@ -1,10 +1,10 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @file Plugin for inserting files from imce without image dialog
* @file Plugin for inserting files from IMCE without image dialog
*/
( function() {
CKEDITOR.plugins.add( 'imce',
@@ -30,7 +30,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
});
//add editor function
editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor )
editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor );
//function which receive imce response
window.ckeditor_setFile = function (file, win) {