Not working on Windows – using Unix path separator
-
In xili-language.php on line 793, version 2.15.3:
require_once ( $this->plugin_path . '/xili-includes.locales.php' );
Should read:
require_once ( $this->plugin_path . DIRECTORY_SEPARATOR . 'xili-includes.locales.php' );
Can’t find your Github repo so I can’t create the pull request fixing this problem.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not working on Windows – using Unix path separator’ is closed to new replies.