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 d77ec4a commit 14b5a58Copy full SHA for 14b5a58
libraries/src/Installer/Adapter/FileAdapter.php
@@ -343,6 +343,7 @@ protected function setupInstallPaths()
343
protected function setupUninstall()
344
{
345
$manifestFile = JPATH_MANIFESTS . '/files/' . $this->extension->element . '.xml';
346
+ $this->parent->setPath('manifest', $manifestFile);
347
348
// Because libraries may not have their own folders we cannot use the standard method of finding an installation manifest
349
if (!file_exists($manifestFile)) {
0 commit comments