Skip to content

Commit

Permalink
thegooddata/extension#29 feature disabled for now (webapp too)
Browse files Browse the repository at this point in the history
  • Loading branch information
atrandafir committed Nov 18, 2014
1 parent beebd92 commit d56dd0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TGD/protected/controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,11 @@ public function _listAchievements(){
}

public function _updateWhitelist($put_vars){

/**
* This feature gets disabled for now until future optimization.
*/
return false;

$user_id= $_GET['user_id'];
$member_id= isset($_GET['member_id']) ? $_GET['member_id'] : null;
Expand Down

0 comments on commit d56dd0c

Please sign in to comment.