Skip to content

Commit b48b187

Browse files
author
Michael Babker
authored
Merge pull request #169 from zero-24/removefrontend
Remove the frontend file
2 parents f7e8fb8 + a4a0334 commit b48b187

File tree

2 files changed

+5
-0
lines changed

2 files 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

components/com_patchtester/patchtester.php

Whitespace-only changes.

0 commit comments

Comments
 (0)