Revert "Change pkgname to appid for docomo request. PART2"
[framework/web/wrt-installer.git] / src / jobs / widget_install / job_widget_install.cpp
index 4ba7390..9e56959 100644 (file)
@@ -414,12 +414,10 @@ void JobWidgetInstall::configureWidgetLocation(const std::string & widgetPath,
                                                const std::string& tempPath)
 {
     m_installerContext.locations =
-        WidgetLocation(DPL::ToUTF8String(m_installerContext.widgetConfig.tzPkgid),
+        WidgetLocation(DPL::ToUTF8String(m_installerContext.widgetConfig.tzAppid),
                 widgetPath, tempPath,
                 m_installerContext.widgetConfig.packagingType,
                 m_installerContext.locationType);
-    m_installerContext.locations->registerAppid(
-            DPL::ToUTF8String(m_installerContext.widgetConfig.tzAppid));
 
     LogInfo("widgetSource " << widgetPath);
 }