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 54019e0 + 21e263a commit 9746f3cCopy full SHA for 9746f3c
lib/Operation.php
@@ -271,7 +271,7 @@ protected function replacePlaceholderN(Node $node): string {
271
272
if (isset($storage) && $storage->instanceOfStorage(GroupFolderStorage::class)) {
273
// group folders are always located within $DATADIR/__groupfolders/
274
- $absPath = $storage->getLocalFile($node->getPath());
+ $absPath = $storage->getLocalFile($node->getInternalPath());
275
$pos = strpos($absPath, '/__groupfolders/');
276
// if the string cannot be found, the fallback is absolute path
277
// it should never happen #famousLastWords
0 commit comments