forked from GNUsocial/gnu-social
oEmbed helper never finished because of "break 2;"
This commit is contained in:
parent
8439efe77d
commit
3dc30b6b8f
@ -120,7 +120,6 @@ class oEmbedHelper
|
|||||||
case 'service':
|
case 'service':
|
||||||
$api = common_config('oembed', 'endpoint');
|
$api = common_config('oembed', 'endpoint');
|
||||||
common_log(LOG_INFO, 'Using service API endpoint ' . $api);
|
common_log(LOG_INFO, 'Using service API endpoint ' . $api);
|
||||||
break 2;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user