mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-12 01:45:41 +00:00
Change check for CHANGELOG to index.php
This commit is contained in:
parent
d8199d4b65
commit
3b9c3fcbcd
@ -92,7 +92,7 @@ class PullModel extends \JModelBase
|
|||||||
* Check if the patch tester is running in a production environment
|
* Check if the patch tester is running in a production environment
|
||||||
* If so, do not patch certain files as errors will be thrown
|
* If so, do not patch certain files as errors will be thrown
|
||||||
*/
|
*/
|
||||||
if (!file_exists(JPATH_ROOT . '/installation/CHANGELOG'))
|
if (!file_exists(JPATH_ROOT . '/installation/index.php'))
|
||||||
{
|
{
|
||||||
$filePath = explode('/', $file->new);
|
$filePath = explode('/', $file->new);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user