mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-11 09:35:17 +00:00
Merge pull request #169 from zero-24/removefrontend
Remove the frontend file
This commit is contained in:
commit
b48b1877f9
@ -33,6 +33,11 @@ class Com_PatchtesterInstallerScript extends JInstallerScript
|
|||||||
|
|
||||||
$this->deleteFolders = array(
|
$this->deleteFolders = array(
|
||||||
'/administrator/components/com_patchtester/PatchTester/Table',
|
'/administrator/components/com_patchtester/PatchTester/Table',
|
||||||
|
'/components/com_patchtester',
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->deleteFiles = array(
|
||||||
|
'components/com_patchtester/patchtester.php',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user