Skip to content

Commit

Permalink
fix remote subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Aug 30, 2009
1 parent 8f908df commit b6310d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/omb/plugins/omb.php
Expand Up @@ -940,7 +940,7 @@ function oauth_authorize( &$vars ) {
'omb_listener_avatar' => $i->avatar
);

if (!(strpos($_GET['oauth_callback'], '?') === false))
if ((strpos($_GET['oauth_callback'], '?') === false))
$profileparams = "?";
else
$profileparams = "&";
Expand Down

0 comments on commit b6310d4

Please sign in to comment.