Merge pull request #5789 from friendica/master
Update develop from master-2019.09
This commit is contained in:
@@ -792,7 +792,7 @@ class Image
|
||||
|
||||
try {
|
||||
if (function_exists("getimagesizefromstring")) {
|
||||
$data = getimagesizefromstring($img_str);
|
||||
$data = @getimagesizefromstring($img_str);
|
||||
} else {
|
||||
$tempfile = tempnam(get_temppath(), "cache");
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Friendica\Object;
|
||||
*
|
||||
* @see https://oembed.com/#section2.3
|
||||
*
|
||||
* @author Hypolite Petovan <mrpetovan@gmail.com>
|
||||
* @author Hypolite Petovan <hypolite@mrpetovan.com>
|
||||
*/
|
||||
class OEmbed
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user