diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-14 18:50:43 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-14 18:50:43 -0700 |
commit | 67348547765876faa847fa53f92d37a6b4bc4aa5 (patch) | |
tree | 44b5f820913193c854e924660565db6037faf5e3 /include/channel.php | |
parent | 1c0ece841152ea507e1cbaf031460078c2c22ad8 (diff) | |
download | volse-hubzilla-67348547765876faa847fa53f92d37a6b4bc4aa5.tar.gz volse-hubzilla-67348547765876faa847fa53f92d37a6b4bc4aa5.tar.bz2 volse-hubzilla-67348547765876faa847fa53f92d37a6b4bc4aa5.zip |
typocheck
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']) { |