aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-19 09:46:21 +0000
committerMario <mario@mariovavti.com>2024-03-19 09:46:21 +0000
commitf910de849f88de9305a902600304aa497bd6eba9 (patch)
tree2d617a28e7f47aec524dc688f2cddb1d348c448d
parent5c2e10c01ebc671075052bf52ffbff3388853187 (diff)
parentd6eaeba239199291855915d7af14e1d7764333c8 (diff)
downloadvolse-hubzilla-f910de849f88de9305a902600304aa497bd6eba9.tar.gz
volse-hubzilla-f910de849f88de9305a902600304aa497bd6eba9.tar.bz2
volse-hubzilla-f910de849f88de9305a902600304aa497bd6eba9.zip
Merge branch 'dev' into 9.0RC
-rw-r--r--Zotlabs/Module/Cover_photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index f4f9480c0..1c1240e29 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -248,7 +248,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
require_once('include/attach.php');
- $res = attach_store(\App::get_channel(), get_observer_hash(), '', array('album' => t('Cover Photos'), 'hash' => $hash, 'nosync' => true));
+ $res = attach_store(\App::get_channel(), get_observer_hash(), '', ['album' => t('Cover Photos'), 'hash' => $hash, 'nosync' => true, 'source' => 'photos']);
logger('attach_store: ' . print_r($res,true));