diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-23 19:23:17 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-23 19:23:17 -0800 |
commit | 2d91aed183a08a78bc2cc0f3554f3d4c277ae798 (patch) | |
tree | 4ba9973ffe68cee3a9d770ae027b2f2916d53ed8 /Zotlabs/Module/Import.php | |
parent | 3dd64e7916872d21122c8184abb80eaa5a79a3fc (diff) | |
download | volse-hubzilla-2d91aed183a08a78bc2cc0f3554f3d4c277ae798.tar.gz volse-hubzilla-2d91aed183a08a78bc2cc0f3554f3d4c277ae798.tar.bz2 volse-hubzilla-2d91aed183a08a78bc2cc0f3554f3d4c277ae798.zip |
use embed photos javascript widget to select existing photos for profile and cover photos
Diffstat (limited to 'Zotlabs/Module/Import.php')
-rw-r--r-- | Zotlabs/Module/Import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php index 2b16ff4e1..36bd72310 100644 --- a/Zotlabs/Module/Import.php +++ b/Zotlabs/Module/Import.php @@ -64,7 +64,7 @@ class Import extends \Zotlabs\Web\Controller { notice( t('Nothing to import.') . EOL); return; } else if(strpos($old_address, '@')) { - // if you copy the identity address from your profile page, make it work for convenience + // if you copy the identity address from your profile page, make it work for convenience - WARNING: this is a utf-8 variant and NOT an ASCII ampersand. Please do not edit. $old_address = str_replace('@', '@', $old_address); } |