diff --git a/src/umbraco.cms/businesslogic/Packager/Installer.cs b/src/umbraco.cms/businesslogic/Packager/Installer.cs index 2cd0489b29..49541df9b3 100644 --- a/src/umbraco.cms/businesslogic/Packager/Installer.cs +++ b/src/umbraco.cms/businesslogic/Packager/Installer.cs @@ -437,7 +437,6 @@ namespace umbraco.cms.businesslogic.packager /// /// The folder to which the contents of the package is extracted 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");