Fix for U4-4527 U7 - Creating initial Folder in media section causes exception
This commit is contained in:
@@ -216,6 +216,11 @@ namespace Umbraco.Web.Models.Mapping
|
||||
|
||||
private static string TranslateItem(string text, ICultureDictionary cultureDictionary)
|
||||
{
|
||||
if (text == null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
if (text.StartsWith("#") == false)
|
||||
return text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user