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

Only need to list the directory here

This commit is contained in:
Michael Babker 2016-07-31 10:49:07 -05:00
parent b48b1877f9
commit e39e5c5dac

View File

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