Skip to content
Snippets Groups Projects
Unverified Commit 1e2541f8 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #14405 from seamuslee001/lab_core_985

#985 Fix trailing slash for urls on Windows
parents 5c484ea5 6ee26d90
No related branches found
No related tags found
No related merge requests found
......@@ -680,7 +680,7 @@ abstract class CRM_Utils_System_Base {
}
return [
'url' => CRM_Utils_File::addTrailingSlash($userFrameworkResourceURL),
'url' => CRM_Utils_File::addTrailingSlash($userFrameworkResourceURL, '/'),
'path' => CRM_Utils_File::addTrailingSlash($civicrm_root),
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment