#17022: Initializing services.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues 2010-12-10 11:54:12 -08:00
parent f514445339
commit 66b9ae5d4f

View File

@ -31,6 +31,7 @@ namespace Orchard.Packaging.Controllers {
_packageManager = packageManager;
_notifier = notifier;
_appDataFolderRoot = appDataFolderRoot;
Services = services;
T = NullLocalizer.Instance;
}