diff options
author | Adrian Lang <mail@adrianlang.de> | 2009-03-11 10:07:41 +0100 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2009-03-11 10:07:41 +0100 |
commit | 72338b8c2674b8b6de8ba2d1eafeac4f27d5af92 (patch) | |
tree | 6562a1e393c2ea9b3f4fdf901a7509b34eef863b /lib/omb.php | |
parent | 622cc150d86265cbb1dcd35ae11f4941d42ffdeb (diff) | |
parent | c6cd87c106b763ed5610dae64e5a02ba86609ece (diff) |
Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone into review/0.7.x
Diffstat (limited to 'lib/omb.php')
-rw-r--r-- | lib/omb.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/omb.php b/lib/omb.php index c302a7b64..878c735da 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -251,7 +251,6 @@ function omb_broadcast_profile($profile) function omb_update_profile($profile, $remote_profile, $subscription) { - global $config; # for license URL $user = User::staticGet($profile->id); $con = omb_oauth_consumer(); $token = new OAuthToken($subscription->token, $subscription->secret); |