We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 160ec10 + 80e3730 commit 810cbc9Copy full SHA for 810cbc9
lib/Operation.php
@@ -273,7 +273,7 @@ protected function replacePlaceholderN(Node $node): string {
273
274
if (isset($storage) && $storage->instanceOfStorage(GroupFolderStorage::class)) {
275
// group folders are always located within $DATADIR/__groupfolders/
276
- $absPath = $storage->getLocalFile($node->getPath());
+ $absPath = $storage->getLocalFile($node->getInternalPath());
277
$pos = strpos($absPath, '/__groupfolders/');
278
// if the string cannot be found, the fallback is absolute path
279
// it should never happen #famousLastWords
0 commit comments