diff --git a/administrator/components/com_patchtester/script.php b/administrator/components/com_patchtester/script.php index 042cc40..e4d8508 100644 --- a/administrator/components/com_patchtester/script.php +++ b/administrator/components/com_patchtester/script.php @@ -147,7 +147,7 @@ class Com_PatchtesterInstallerScript if (is_dir($tmplRoot)) { // If there's a failure in copying the overrides, log it to the error array - if (!JFolder::copy($source, $destination)) + if (!JFolder::copy($source, $destination, '', true)) { $errorTemplates[] = ucfirst($template); }