Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d31e25281d
commit
193e24afd2
@@ -65,7 +65,7 @@ namespace Umbraco.Core.Packaging
|
||||
var file = IOHelper.FindFile(item);
|
||||
if (file != null)
|
||||
{
|
||||
//TODO: Surely this should be ~/ ?
|
||||
// TODO: Surely this should be ~/ ?
|
||||
file = file.EnsureStartsWith("/");
|
||||
var filePath = IOHelper.MapPath(file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user