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
thrownewIOException(sprintf('Unable to create %s link due to error code 1314: \'A required privilege is not held by the client\'. Do you have the required Administrator-rights?', $linkType), 0, null, $target);
392
392
}
393
393
}
@@ -421,14 +421,14 @@ public function readlink($path, $canonicalize = false)
421
421
return;
422
422
}
423
423
424
-
if ('\\' === DIRECTORY_SEPARATOR) {
424
+
if ('\\' === \DIRECTORY_SEPARATOR) {
425
425
$path = readlink($path);
426
426
}
427
427
428
428
returnrealpath($path);
429
429
}
430
430
431
-
if ('\\' === DIRECTORY_SEPARATOR) {
431
+
if ('\\' === \DIRECTORY_SEPARATOR) {
432
432
returnrealpath($path);
433
433
}
434
434
@@ -450,7 +450,7 @@ public function makePathRelative($endPath, $startPath)
0 commit comments