33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-01-23 15:18:36 +00:00
Obsidev ab2c81cc8b Updating installation script
If we re-install PatchTester on a website, the copy of the folder failed because the destination folder already exists.
Using the option "force", the JFolder::copy won't generate an exception and copy the files even if the destination folder already exist.
Regarding the code of JFolder::copy, it can be useful to put this call in a try/catch ; otherwise the exception stop the all process.

Regards,
Jerome - Obsidev/HikaShop
2014-06-03 16:51:45 +02:00
..
2012-06-12 15:02:05 -05:00
2014-05-02 21:02:38 -05:00
2014-05-31 09:28:06 -05:00
2014-05-31 10:25:13 -05:00
2014-05-02 21:02:38 -05:00
2012-06-12 13:42:45 -05:00
2014-05-02 15:24:33 -05:00
2014-06-03 16:51:45 +02:00