Conflicts:
	view/it/messages.po
	view/it/strings.php
This commit is contained in:
redmatrix
2015-08-03 21:17:00 -07:00
3 changed files with 4 additions and 3 deletions

View File

@@ -95,7 +95,8 @@ function oembed_fetch_url($embedurl){
Cache::set($a->videowidth . $embedurl,$txt);
}
$j = json_decode($txt);
$j->embedurl = $embedurl;
return $j;