Skip to content
Snippets Groups Projects
Commit ed4f2771 authored by Prasad's avatar Prasad
Browse files

UID required to work with extensionstore

parent bdaaac82
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -95,6 +95,10 @@ class Settings_ExtensionStore_ExtnStore_Connector {
$client->setAuthorization($authParams['username'], $authParams['password']);
}
global $application_unique_key;
if (!$params) $params = array();
if (!isset($params['uid'])) $params['uid'] = $application_unique_key;
$content = $client->$fn($params);
$response = $content['response'];
$status = $content['status'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment