[Corona] fixing basepath as slash replaces all slashes in a filepath
Review Request #396 — Created Nov. 12, 2015 and discarded — Latest diff uploaded
| Information | |
|---|---|
| smillernl | |
| Lunr | |
| Reviewers | |
| lunr | |
Corona: fixing basepath as slash replaces all slashes in a filepath
The filetime would be incorrect if
$this->request->base_path = '/';due to the str_replace replacing all occurences in the file path.
