mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 17:47:54 +08:00
Upgrading Clay
--HG-- branch : 1.x
This commit is contained in:
Binary file not shown.
BIN
lib/claysharp/ClaySharp.pdb
Normal file
BIN
lib/claysharp/ClaySharp.pdb
Normal file
Binary file not shown.
@@ -67,7 +67,7 @@ namespace Orchard.UI.Zones {
|
||||
}
|
||||
return parentMember;
|
||||
}
|
||||
public override object GetIndex(Func<object> proceed, System.Collections.Generic.IEnumerable<object> keys) {
|
||||
public override object GetIndex(Func<object> proceed, object self, System.Collections.Generic.IEnumerable<object> keys) {
|
||||
if (keys.Count() == 1) {
|
||||
return GetMember(proceed, null, System.Convert.ToString(keys.Single()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user