use embed photos javascript widget to select existing photos for profile and cover photos

This commit is contained in:
zotlabs
2018-02-23 19:23:17 -08:00
parent 3dd64e7916
commit 2d91aed183
8 changed files with 233 additions and 10 deletions

View File

@@ -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);
}