typocheck

This commit is contained in:
zotlabs 2017-09-14 18:50:43 -07:00
parent 1c0ece8411
commit 6734854776

View File

@ -278,7 +278,7 @@ function create_identity($arr) {
intval($arr['account_id'])
);
$z = [ 'account' => $a[0], 'channel' = $r[0], 'photo_url' => '' ];
$z = [ 'account' => $a[0], 'channel' => $r[0], 'photo_url' => '' ];
call_hooks('create_channel_photo',$z);
if($z['photo_url']) {