Merge branch '6.2.2' into 6.2-4931
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user