U4-4866 - fix the build

This commit is contained in:
Stephan
2014-06-28 16:26:27 +02:00
parent 80103e6155
commit 45e6127d00

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");