diff options
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) { |