demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

There was a problem deleting the files #1763

Open demianturner opened 11 years ago

demianturner commented 11 years ago

Appeared error message "There was a problem deleting the files" when clicked "Clear Selected Caches Now". Found it is caused by System::rm($aFiles) while there are directories in $aFiles. Changed to System::rm('-r', $aFiles) will fix this error.