Space in path
-
Hi,
There is a space in the code that builds the root_relative_path on line 318 of .\wp-content\plugins\hotspots\php\controllers\admin-controller.php
$root_relative_path = '..' . DIRECTORY_SEPARATOR . '.. ' . DIRECTORY_SEPARATOR;should be
$root_relative_path = '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR;This is causing errors. I thought you might like to know. 🙂
Thanks,
Bud Manz
The topic ‘Space in path’ is closed to new replies.