Upgrading Clay

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros 2011-08-26 14:38:44 -07:00
parent 74687bdf99
commit bf5dad4a1f
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
lib/claysharp/ClaySharp.pdb Normal file

Binary file not shown.

View File

@ -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()));
}