mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-15 17:47:10 +00:00
Merge pull request #31 from obsidev/patch-1
Updating installation script
This commit is contained in:
commit
e8077432b3
@ -147,7 +147,7 @@ class Com_PatchtesterInstallerScript
|
|||||||
if (is_dir($tmplRoot))
|
if (is_dir($tmplRoot))
|
||||||
{
|
{
|
||||||
// If there's a failure in copying the overrides, log it to the error array
|
// 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);
|
$errorTemplates[] = ucfirst($template);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user