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.
1 parent e6b621e commit 175f179Copy full SHA for 175f179
src/core/Server/Admin.php
@@ -392,7 +392,7 @@ function (Server $server, $msg) {
392
if ($package['root']['name'] === '__root__' && isset($list['__root__'])) {
393
$key_name = "__root__{$key}";
394
}
395
- $package['root']['install_path'] = realpath($package['root']['install_path']);
+ $package['root']['install_path'] = !empty($package['root']['install_path']) ? realpath($package['root']['install_path']) : '';
396
$list[$key_name] = $package;
397
398
break;
0 commit comments