summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrey Oleynik <AOleynik@luxoft.com>2015-02-03 18:39:59 +0200
committerAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-02-23 13:58:18 +0200
commit690c4c7e1f07309543b991f0cb18ea3bb0fdbc36 (patch)
treef9efa67c3850dc40d5063f7dea1d0f4170b478c5 /src
parentbe2683af058bdf5cfa1cf13ae9a219ad240453d1 (diff)
downloadsdl_core-690c4c7e1f07309543b991f0cb18ea3bb0fdbc36.tar.gz
APPLINK-11088. Fixed wrong changing of update status on QueryApps.
Diffstat (limited to 'src')
-rw-r--r--src/components/application_manager/src/application_manager_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/application_manager_impl.cc b/src/components/application_manager/src/application_manager_impl.cc
index 5480df3aa8..b828a5ff9a 100644
--- a/src/components/application_manager/src/application_manager_impl.cc
+++ b/src/components/application_manager/src/application_manager_impl.cc
@@ -1253,7 +1253,7 @@ void ApplicationManagerImpl::SendMessageToMobile(
if (function_id == mobile_apis::FunctionID::OnSystemRequestID) {
mobile_apis::RequestType::eType request_type =
static_cast<mobile_apis::RequestType::eType>(
- (*message)[strings::params][strings::request_type].asUInt());
+ (*message)[strings::msg_params][strings::request_type].asUInt());
if (mobile_apis::RequestType::PROPRIETARY == request_type ||
mobile_apis::RequestType::HTTP == request_type) {
policy::PolicyHandler::instance()->OnUpdateRequestSentToMobile();