Merge branch '6.2.2' into 6.2-4931

This commit is contained in:
Stephan
2014-06-28 16:26:44 +02:00

View File

@@ -118,7 +118,7 @@ namespace umbraco.cms.businesslogic.packager {
int _contentNodeID = 0;
if (!String.IsNullOrEmpty(pack.ContentNodeId) && int.TryParse(pack.ContentNodeId, out _contentNodeID))
{
if (contentNodeId > 0)
if (_contentNodeID > 0)
{
XmlNode documents = _packageManifest.CreateElement("Documents");