Rename old FIXME to TODO (#13646)

* Rename old FIXME to TODO, so we can track new FIXME starting v13

* Remove empty TODO
This commit is contained in:
Elitsa Marinovska
2023-01-18 12:28:54 +01:00
committed by GitHub
parent de8e307295
commit 2c8927c2e9
32 changed files with 55 additions and 55 deletions

View File

@@ -321,7 +321,7 @@ namespace Umbraco.Cms.Core.IO
var originalPath = path;
path = EnsureDirectorySeparatorChar(path);
// FIXME: this part should go!
// TODO: this part should go!
// not sure what we are doing here - so if input starts with a (back) slash,
// we assume it's not a FS relative path and we try to convert it... but it
// really makes little sense?