Update wrt-plugins-common_0.3.53
[framework/web/wrt-plugins-common.git] / src / modules / tizen / WidgetDB / WidgetFeature.cpp
index 027a416..530acff 100644 (file)
@@ -57,7 +57,7 @@ void WidgetFeature::addParam(const std::string& paramName,
         const std::string& paramValue)
 {
     //LogDebug("entered");
-    m_params[paramName] = paramValue;
+    m_params.push_back(std::make_pair(paramName, paramValue));
 }
 
 WidgetFeature::~WidgetFeature()