From fa56413d029e2fa1778fd9a5b4ecc01d25d02cbe Mon Sep 17 00:00:00 2001 From: jakobdyrby Date: Thu, 8 May 2014 12:35:34 +0200 Subject: [PATCH] undo rename of argument --- src/Umbraco.Core/Services/IPackagingService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Core/Services/IPackagingService.cs b/src/Umbraco.Core/Services/IPackagingService.cs index 44481dd1de..97f11d8cd3 100644 --- a/src/Umbraco.Core/Services/IPackagingService.cs +++ b/src/Umbraco.Core/Services/IPackagingService.cs @@ -47,10 +47,10 @@ namespace Umbraco.Core.Services /// /// Imports and saves the 'DictionaryItems' part of the package xml as a list of /// - /// Xml to import + /// Xml to import /// Optional parameter indicating whether or not to raise events /// An enumerable list of dictionary items - IEnumerable ImportDictionaryItems(XElement element, bool raiseEvents = true); + IEnumerable ImportDictionaryItems(XElement dictionaryItemElementList, bool raiseEvents = true); /// /// Imports and saves the 'Languages' part of a package xml as a list of