Project

General

Profile

« Previous | Next » 

Revision 1161

Added by Dietmar over 14 years ago

new update FCKeditor to Version 2.6.5 Modulversion 2.9.1

View differences:

io.php
98 98
	}
99 99

  
100 100
	// Check if the parent exists, or create it.
101
	if ( !file_exists( $sParent ) )
101
	if ( !empty($sParent) && !file_exists( $sParent ) )
102 102
	{
103 103
		//prevents agains infinite loop when we can't create root folder
104 104
		if ( !is_null( $lastFolder ) && $lastFolder === $sParent) {

Also available in: Unified diff