fix post video bug
This commit is contained in:
parent
446aab42d4
commit
bc43190bd4
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class Post
|
|||
}
|
||||
|
||||
if($p == 'og:type'){
|
||||
$content["is_video"] = ($c == "video");
|
||||
$content["is_video"] = (preg_match("/video/", $c));
|
||||
}
|
||||
|
||||
if($n == 'twitter:image:src' || $p == 'og:image'){
|
||||
|
|
Loading…
Add table
Reference in a new issue