diff options
author | Mario <mario@mariovavti.com> | 2024-03-19 09:46:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-19 09:46:21 +0000 |
commit | f910de849f88de9305a902600304aa497bd6eba9 (patch) | |
tree | 2d617a28e7f47aec524dc688f2cddb1d348c448d | |
parent | 5c2e10c01ebc671075052bf52ffbff3388853187 (diff) | |
parent | d6eaeba239199291855915d7af14e1d7764333c8 (diff) | |
download | volse-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.php | 2 |
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)); |