From 67348547765876faa847fa53f92d37a6b4bc4aa5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 14 Sep 2017 18:50:43 -0700 Subject: typocheck --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/channel.php b/include/channel.php index 204f375b1..7072bb4ce 100644 --- a/include/channel.php +++ b/include/channel.php @@ -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']) { -- cgit v1.2.3