31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 09:12:22 +00:00

Merge pull request #31 from obsidev/patch-1

Updating installation script
This commit is contained in:
Michael Babker 2014-06-03 10:05:33 -05:00
commit e8077432b3

View File

@ -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);
}