[mapguide-commits] r7522 - branches/maestro-4.0.x/Maestro.Base/Commands

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 27 04:36:29 PDT 2013


Author: jng
Date: 2013-05-27 04:36:29 -0700 (Mon, 27 May 2013)
New Revision: 7522

Modified:
   branches/maestro-4.0.x/Maestro.Base/Commands/CutCommand.cs
Log:
Port r7520 to 4.0.x

Modified: branches/maestro-4.0.x/Maestro.Base/Commands/CutCommand.cs
===================================================================
--- branches/maestro-4.0.x/Maestro.Base/Commands/CutCommand.cs	2013-05-27 11:33:22 UTC (rev 7521)
+++ branches/maestro-4.0.x/Maestro.Base/Commands/CutCommand.cs	2013-05-27 11:36:29 UTC (rev 7522)
@@ -75,7 +75,7 @@
                 {
                     foreach (var ri in rs)
                     {
-                        var conn = connMgr.GetConnection(r.ConnectionName);
+                        var conn = connMgr.GetConnection(ri.ConnectionName);
                         ri.Reset();
                         if (omgr.IsOpen(ri.ResourceId, conn))
                         {



More information about the mapguide-commits mailing list