debug info
darcs-hash:20080602183911-84dde-9b5629cd97b894875b33888195eacffabb2ebe54.gz
This commit is contained in:
parent
38a621dcf8
commit
823b79366f
|
@ -187,11 +187,13 @@ class RemotesubscribeAction extends Action {
|
||||||
|
|
||||||
foreach (array_merge($omb_endpoints, $oauth_endpoints) as $type) {
|
foreach (array_merge($omb_endpoints, $oauth_endpoints) as $type) {
|
||||||
if (!array_key_exists($type, $omb)) {
|
if (!array_key_exists($type, $omb)) {
|
||||||
|
common_debug('remotesubscribe.php - could not find type "'.$type.'"');
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!omb_local_id($omb[OAUTH_ENDPOINT_REQUEST])) {
|
if (!omb_local_id($omb[OAUTH_ENDPOINT_REQUEST])) {
|
||||||
|
common_debug('remotesubscribe.php - request token service has no LocalID.');
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user