Text formatting in Photo.php
This commit is contained in:
parent
286326a98e
commit
d029e3dc16
@ -90,8 +90,8 @@ class Photo extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
if(! $data) {
|
if(! $data) {
|
||||||
$x = z_fetch_url($default,true,0,[ 'novalidate' => true ]);
|
$x = z_fetch_url($default,true,0,[ 'novalidate' => true ]);
|
||||||
$data = ($x['success'] ? $x['body'] : EMPTY_STR);
|
$data = ($x['success'] ? $x['body'] : EMPTY_STR);
|
||||||
$mimetype = 'image/png';
|
$mimetype = 'image/png';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user