31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-04 06:30:47 +00:00

use the new cool script.php ;)

This commit is contained in:
zero-24 2016-07-30 22:23:14 +02:00
parent 37cfe440d5
commit a4a0334cd1

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',
);
}