Corrected trailing slash correction in \ncc\Managers > ProjectManager > detectProjectPath()
This commit is contained in:
parent
77d1109127
commit
52d8b3d3ef
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
/** @noinspection PhpStrFunctionsInspection */
|
||||
if(substr($selected_directory, -1) !== '/')
|
||||
{
|
||||
$selected_directory .= $selected_directory . DIRECTORY_SEPARATOR;
|
||||
$selected_directory .= DIRECTORY_SEPARATOR;
|
||||
}
|
||||
|
||||
// Detect if the folder exists or not
|
||||
|
|
Loading…
Add table
Reference in a new issue