merge issue

This commit is contained in:
Shannon
2014-06-25 18:58:29 +10:00
parent 5fdcec6904
commit 27764a2c82

View File

@@ -437,7 +437,6 @@ namespace umbraco.cms.businesslogic.packager
/// </summary>
/// <param name="tempDir">The folder to which the contents of the package is extracted</param>
public void LoadConfig(string tempDir)
[Obsolete("This method is no longer used and will be removed in the future.")]
{
Config = new XmlDocument();
Config.Load(tempDir + Path.DirectorySeparatorChar + "package.xml");