oEmbed helper never finished because of "break 2;"

This commit is contained in:
Mikael Nordfeldth 2015-04-03 20:11:55 +02:00
parent 8439efe77d
commit 3dc30b6b8f
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ class oEmbedHelper
case 'service':
$api = common_config('oembed', 'endpoint');
common_log(LOG_INFO, 'Using service API endpoint ' . $api);
break 2;
break;
}
}