We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf5ad2 commit 7f1b4daCopy full SHA for 7f1b4da
src/Providers/OEmbed.php
@@ -24,7 +24,7 @@ public function run()
24
$endPoint = null;
25
$params = $this->config['parameters'];
26
27
- if ($this->providerEmbedInDomIsBroken($this->request) || (!($html = $this->request->getHtmlContent()) || !($endPoint = self::getEndPointFromDom($html)))) {
+ if (self::providerEmbedInDomIsBroken($this->request) || (!($html = $this->request->getHtmlContent()) || !($endPoint = self::getEndPointFromDom($html)))) {
28
if (($info = self::getEndPointFromRequest($this->request, $this->config))) {
29
$endPoint = $info['endPoint'];
30
$params += $info['params'];
0 commit comments