adds the right description to UmbracoHelper.Concatenate
This commit is contained in:
committed by
Sebastiaan Janssen
parent
6996a06d64
commit
5dc67deeec
@@ -1411,7 +1411,7 @@ namespace Umbraco.Web
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Will take the first non-null value in the collection and return the value of it.
|
||||
/// Joins any number of int/string/objects into one string
|
||||
/// </summary>
|
||||
public string Concatenate(params object[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user