We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0b201 commit f889c31Copy full SHA for f889c31
build/build.php
@@ -453,8 +453,9 @@ function clean_composer(string $dir)
453
$doNotPatchFile = in_array(trim($fileName), $doNotPatch);
454
$doNotPackageBaseFolder = in_array($baseFolderName, $doNotPackage);
455
$doNotPatchBaseFolder = in_array($baseFolderName, $doNotPatch);
456
+ $dirtyHackForMediaCheck = in_array($folderPath[0] . '/' . $folderPath[1] . '/' . $folderPath[2] . '/' . $folderPath[3], 'administrator/components/com_media/resources');
457
- if ($doNotPackageFile || $doNotPatchFile || $doNotPackageBaseFolder || $doNotPatchBaseFolder)
458
+ if ($dirtyHackForMediaCheck || $doNotPackageFile || $doNotPatchFile || $doNotPackageBaseFolder || $doNotPatchBaseFolder)
459
{
460
continue;
461
}
0 commit comments