Fixes issue with DynamicNode trying to call OrderBy on a newer extension method

This commit is contained in:
Shannon
2013-09-09 18:38:11 +10:00
parent 3468f776d1
commit 96fe478ac6

View File

@@ -4,7 +4,6 @@ using System.Linq;
using System.Text;
using System.Dynamic;
using Umbraco.Core;
using Umbraco.Core.Dynamics;
using umbraco.interfaces;
using System.Collections;
using System.Reflection;