- π¬π§United Kingdom steven jones
Approach seems sensible, but I'm not sure about the exact implementation:
+++ b/src/Plugin/views/display/DataExport.php @@ -898,13 +898,14 @@ class DataExport extends RestExport { + $filename = basename($url);
Is it valid to call
basename
on a URL?Seems like this might be working slightly by accident? Is it possible that this URL would contain a
/
that would trip it up? - Status changed to Needs work
about 1 month ago 8:13pm 29 December 2024