Updates on Oauth register method and New designer open action on process list

This commit is contained in:
Erik Amaru Ortiz
2013-11-06 10:10:36 -04:00
parent e42d3a6eb5
commit a8c9748aa3
12 changed files with 118 additions and 34 deletions

View File

@@ -20,6 +20,7 @@ switch ($_SERVER['REQUEST_METHOD']) {
$client->setClientDescription($data['description']);
$client->setClientWebsite($data['web_site']);
$client->setRedirectUri($data['callback_url']);
$client->setUsrUid($_SESSION['USER_LOGGED']);
$client->save();