33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-23 11:29:00 +00:00

Merge pull request #169 from zero-24/removefrontend

Remove the frontend file
This commit is contained in:
Michael Babker 2016-07-31 10:48:02 -05:00 committed by GitHub
commit b48b1877f9
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ class Com_PatchtesterInstallerScript extends JInstallerScript
$this->deleteFolders = array(
'/administrator/components/com_patchtester/PatchTester/Table',
'/components/com_patchtester',
);
$this->deleteFiles = array(
'components/com_patchtester/patchtester.php',
);
}