Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrysweel committed Jun 18, 2015
2 parents 39d50a9 + 32532a9 commit f97ef77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/ProfileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public function updateAction(Request $request)
$userManager->updateProfile($user);
$success = true;
}catch(\Exception $e){
ldd($e->getMessage());
$serverErrorArray = json_decode($e->getMessage(), true);

if(isset($serverErrorArray['error']) && $serverErrorArray['error'] == "invalid_client"){
Expand Down

0 comments on commit f97ef77

Please sign in to comment.