use dbunescbin() for cover photos
This commit is contained in:
parent
2105cfd433
commit
a0a1246efb
@ -207,7 +207,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$imagedata = (($os_storage) ? @file_get_contents($imagedata) : $imagedata);
|
$imagedata = (($os_storage) ? @file_get_contents(dbunescbin($imagedata)) : dbunescbin($imagedata));
|
||||||
$ph = photo_factory($imagedata, $filetype);
|
$ph = photo_factory($imagedata, $filetype);
|
||||||
|
|
||||||
if(! $ph->is_valid()) {
|
if(! $ph->is_valid()) {
|
||||||
|
Reference in New Issue
Block a user