Changes between Version 1 and Version 2 of Ticket #59018, comment 2
- Timestamp:
- 08/09/2023 09:11:43 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59018, comment 2
v1 v2 3 3 This happens a few lines earlier in the functions. 4 4 5 I'd suggest the fix here is to add the trailing slash to `$template_path_norm` and `$stylesheet_path_norm` for these checks? 5 I'd suggest the fix here is to add the trailing slash to `$template_path_norm` and `$stylesheet_path_norm` for these checks? That way, it will accurately check the provided paths are in the exact folder, rather than just a folder starting with the same name?