[Corona] fixing basepath as slash replaces all slashes in a filepath

Review Request #396 — Created Nov. 12, 2015 and discarded — Latest diff uploaded

smillernl
Lunr
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.



src/Lunr/Corona/HTMLView.php
src/Lunr/Corona/Tests/HTMLViewHelpersTest.php
Loading...