diff --git a/main/inc/lib/fckeditor/myconfig.php b/main/inc/lib/fckeditor/myconfig.php index da978317cb..1abf9bd123 100644 --- a/main/inc/lib/fckeditor/myconfig.php +++ b/main/inc/lib/fckeditor/myconfig.php @@ -102,7 +102,7 @@ if (!(api_get_setting('advanced_filemanager') == 'true')) { // The following setting defines how the simple file manager to be opened: // true - in a new browser window, or // false - as a dialog whithin the page (recommended). - $config['OpenImageManagerInANewWindow'] = true; // true while developing this feature. + $config['OpenImageManagerInANewWindow'] = false; } // fckEmbedMovies : Adds a dilog for inserting video files.