debug info

darcs-hash:20080602183911-84dde-9b5629cd97b894875b33888195eacffabb2ebe54.gz
This commit is contained in:
Evan Prodromou 2008-06-02 14:39:11 -04:00
parent 38a621dcf8
commit 823b79366f
1 changed files with 2 additions and 0 deletions

View File

@ -187,11 +187,13 @@ class RemotesubscribeAction extends Action {
foreach (array_merge($omb_endpoints, $oauth_endpoints) as $type) {
if (!array_key_exists($type, $omb)) {
common_debug('remotesubscribe.php - could not find type "'.$type.'"');
return NULL;
}
}
if (!omb_local_id($omb[OAUTH_ENDPOINT_REQUEST])) {
common_debug('remotesubscribe.php - request token service has no LocalID.');
return NULL;
}