Skip to content
Snippets Groups Projects
Commit 0b59dab5 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-6636: adding fix for core extension null array

parent 5946adea
No related branches found
No related tags found
1 merge request!157Feature/istwcms 6636 ebremner ohana php81
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
...@@ -76,6 +76,7 @@ cp ../php8fix-package_run1.json ./package.json ...@@ -76,6 +76,7 @@ cp ../php8fix-package_run1.json ./package.json
npm install npm install
cp ../php8fix-package.json ./package.json cp ../php8fix-package.json ./package.json
npm install npm install
sed -i '/foreach ($array as $k => $v)/iif (empty($array)) return $r;' node_modules/@basalt/twig-renderer/vendor/twig/twig/src/Extension/CoreExtension.php
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done running npm install." echo "Done running npm install."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment