You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($isFile == 'OK' && $fileVolume->is_directory) {
82
+
$fileVolume->is_directory = false;
83
+
$fileVolume->save();
82
84
thrownew \Exception('The following file is a file on the server, but you are trying to mark it as a directory. Please delete the file on the server or mark it as directory.');
thrownew \Exception('The following file is a directory on the server, but you are trying to mark it as a file. <br><br>Please delete the directory on the server or mark it as directory.');
85
89
}
86
90
if (! $fileVolume->is_directory && $isDir == 'NOK') {
0 commit comments