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 6fafa9d commit f5ca21aCopy full SHA for f5ca21a
lib/PF_OpenGraph.php
@@ -115,7 +115,7 @@ static private function _parse($HTML) {
115
}
116
117
//Fallback to use image_src if ogp::image isn't set.
118
- if (!isset($page->values['image'])) {
+ if (!isset($page->_values['image'])) {
119
$domxpath = new DOMXPath($doc);
120
$elements = $domxpath->query("//link[@rel='image_src']");
121
0 commit comments