Skip to content

Commit a4a0334

Browse files
committed
use the new cool script.php ;)
1 parent 37cfe44 commit a4a0334

File tree

1 file changed

+5
-0
lines changed
  • administrator/components/com_patchtester

1 file changed

+5
-0
lines changed

administrator/components/com_patchtester/script.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ public function __construct()
3333

3434
$this->deleteFolders = array(
3535
'/administrator/components/com_patchtester/PatchTester/Table',
36+
'/components/com_patchtester',
37+
);
38+
39+
$this->deleteFiles = array(
40+
'components/com_patchtester/patchtester.php',
3641
);
3742
}
3843

0 commit comments

Comments
 (0)