mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Merge pull request #5789 from friendica/master
Update develop from master-2019.09
This commit is contained in:
commit
a6996601d5
125 changed files with 17335 additions and 17104 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue