]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
oEmbed helper never finished because of "break 2;"
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 3 Apr 2015 18:11:55 +0000 (20:11 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 3 Apr 2015 18:11:55 +0000 (20:11 +0200)
plugins/Oembed/lib/oembedhelper.php

index 7435a3891978ca354da7620d9f851dbc8fa4108b..3454ac7fc76e9791cf95ce7f91611a82c7f2c61f 100644 (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;
             }
         }