Skip to content

Commit 3b9c3fc

Browse files
author
Michael Babker
committed
Change check for CHANGELOG to index.php
1 parent d8199d4 commit 3b9c3fc

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_patchtester/PatchTester/Model

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/PatchTester/Model/PullModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function parsePatch($patch)
9292
* Check if the patch tester is running in a production environment
9393
* If so, do not patch certain files as errors will be thrown
9494
*/
95-
if (!file_exists(JPATH_ROOT . '/installation/CHANGELOG'))
95+
if (!file_exists(JPATH_ROOT . '/installation/index.php'))
9696
{
9797
$filePath = explode('/', $file->new);
9898

0 commit comments

Comments
 (0)