Hello, I’m trying to make a change to the following file: /app/legacy/routes/image.php, lines 169–171 (the title part).
When I copy this file to:
/app/legacy/routes/overrides/image.php, the file is being loaded, if I make an error, I see it immediately on the site. However, the custom code on lines 169–171 does not take effect.
The same change works correctly when I edit the original file, so I’m confident the code itself is correct.
When I copy this file to:
/app/legacy/routes/overrides/image.php, the file is being loaded, if I make an error, I see it immediately on the site. However, the custom code on lines 169–171 does not take effect.
The same change works correctly when I edit the original file, so I’m confident the code itself is correct.