Skip to content

Commit

Permalink
Merge pull request #31 from obsidev/patch-1
Browse files Browse the repository at this point in the history
Updating installation script
  • Loading branch information
mbabker committed Jun 3, 2014
2 parents ed0ccf0 + ab2c81c commit e807743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_patchtester/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private function copyLayouts()
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);
}
Expand Down

0 comments on commit e807743

Please sign in to comment.