Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gallery/gallery3
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 8, 2010
2 parents 6425d41 + fef5cf9 commit 9ec600f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/rest/helpers/rest_event.php
Expand Up @@ -29,6 +29,13 @@ static function user_before_delete($user) {
->execute();
}


static function change_provider($new_provider) {
db::build()
->delete("user_access_keys")
->execute();
}

/**
* Called after a user has been added. Just add a remote access key
* on every add.
Expand Down

0 comments on commit 9ec600f

Please sign in to comment.