[longomatch] Fix check for circular deps



commit 33d421f9016143417614d5296d099f37dc506de1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Apr 22 10:29:27 2015 +0200

    Fix check for circular deps

 LongoMatch.Core/Store/Templates/Dashboard.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Templates/Dashboard.cs b/LongoMatch.Core/Store/Templates/Dashboard.cs
index fd87d54..921e21c 100644
--- a/LongoMatch.Core/Store/Templates/Dashboard.cs
+++ b/LongoMatch.Core/Store/Templates/Dashboard.cs
@@ -406,7 +406,7 @@ namespace LongoMatch.Core.Store.Templates
                        }
 
                        foreach (ActionLink l in link.DestinationButton.ActionLinks) {
-                               CheckLinks (l, traversed);
+                               CheckLinks (l, traversed.ToList ());
                        }
                }
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]