diff options
author | Mario <mario@mariovavti.com> | 2024-02-29 21:11:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-29 21:11:39 +0000 |
commit | 4bbeb224f67848cbdd4b07ed4f90341e0a6460c9 (patch) | |
tree | e5175bdbb2e3610b545df6ca9650845aaee6f5e4 /Zotlabs/Module/Profile_photo.php | |
parent | 8435d9eb1305d9678ef730c5a4924769b830e7d2 (diff) | |
download | volse-hubzilla-4bbeb224f67848cbdd4b07ed4f90341e0a6460c9.tar.gz volse-hubzilla-4bbeb224f67848cbdd4b07ed4f90341e0a6460c9.tar.bz2 volse-hubzilla-4bbeb224f67848cbdd4b07ed4f90341e0a6460c9.zip |
more cleanup
Diffstat (limited to 'Zotlabs/Module/Profile_photo.php')
-rw-r--r-- | Zotlabs/Module/Profile_photo.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profile_photo.php b/Zotlabs/Module/Profile_photo.php index 8601a7508..dc47d213b 100644 --- a/Zotlabs/Module/Profile_photo.php +++ b/Zotlabs/Module/Profile_photo.php @@ -269,7 +269,6 @@ class Profile_photo extends Controller { // Update directory in background Master::Summon(['Directory', $channel['channel_id']]); - } else notice(t('Unable to process image') . EOL); |