aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2014-02-21 08:54:46 +0100
committerzottel <github@zottel.net>2014-02-21 08:54:46 +0100
commit8bd006bea83b3dbc02d94b4714a658e8742d9633 (patch)
tree078e9d4b634d583de8359ddae94c69d86ec19d17 /mod/photos.php
parent79c566bda33645f42f8545fdc6e55af35c4a7d5c (diff)
parent44d7047fce57085fe63ad5e1088911e9fc07a32e (diff)
downloadvolse-hubzilla-8bd006bea83b3dbc02d94b4714a658e8742d9633.tar.gz
volse-hubzilla-8bd006bea83b3dbc02d94b4714a658e8742d9633.tar.bz2
volse-hubzilla-8bd006bea83b3dbc02d94b4714a658e8742d9633.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 2fe2d8a74..e2279188a 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -27,7 +27,7 @@ function photos_init(&$a) {
if(! $channelx)
return;
- $a->data['channel'] = $channelx[0];
+ $a->data['channel'] = $channelx;
$observer = $a->get_observer();
$a->data['observer'] = $observer;