mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Upgrading Clay
--HG-- branch : 1.x
This commit is contained in:
parent
74687bdf99
commit
bf5dad4a1f
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()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user