aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-14 18:50:43 -0700
committerzotlabs <mike@macgirvin.com>2017-09-14 18:50:43 -0700
commit67348547765876faa847fa53f92d37a6b4bc4aa5 (patch)
tree44b5f820913193c854e924660565db6037faf5e3 /include
parent1c0ece841152ea507e1cbaf031460078c2c22ad8 (diff)
downloadvolse-hubzilla-67348547765876faa847fa53f92d37a6b4bc4aa5.tar.gz
volse-hubzilla-67348547765876faa847fa53f92d37a6b4bc4aa5.tar.bz2
volse-hubzilla-67348547765876faa847fa53f92d37a6b4bc4aa5.zip
typocheck
Diffstat (limited to 'include')
-rw-r--r--include/channel.php2
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']) {