mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +00:00
use the new cool script.php ;)
This commit is contained in:
parent
37cfe440d5
commit
a4a0334cd1
@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user