Update Photo.php
This commit is contained in:
parent
57ebd7e170
commit
244c0d828a
@ -160,7 +160,7 @@ class Photo extends \Zotlabs\Web\Controller {
|
|||||||
$cache = array(
|
$cache = array(
|
||||||
'resid' => $photo,
|
'resid' => $photo,
|
||||||
'uid' => $r[0]['uid'],
|
'uid' => $r[0]['uid'],
|
||||||
'status' => true
|
'status' => false
|
||||||
);
|
);
|
||||||
if($cache_mode['on'])
|
if($cache_mode['on'])
|
||||||
call_hooks('cache_url_hook', $cache);
|
call_hooks('cache_url_hook', $cache);
|
||||||
|
Reference in New Issue
Block a user