insertRegularFile missing dir creation check?
You need to be logged in to post messages in the forums. New users may register here.
|
Luis Angel Micunco
Member since: 18 April 2008
Posts: 1
|
Monday 01 March 2010 2:35:45 pm
if ( !eZDir::mkdir( $destination, false, true ) )
{
umask( $oldumask );
return false;
}
Seems like this is always returning false since the destination dir already exists.
|
|
You need to be logged in to post messages in the forums. New users may register here.