diff options
author | Mario <mario@mariovavti.com> | 2021-05-28 08:28:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-28 08:28:32 +0000 |
commit | f1aace5a22368a703e562169f855a0e387c5b93a (patch) | |
tree | 95a2cb5b651217ad85cece95e12137534f5ad274 /Zotlabs/Module/Photos.php | |
parent | 0718ac514d2421a96ab191f874a0cd8b120a5a78 (diff) | |
download | volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.gz volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.bz2 volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.zip |
remove unobscure()
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r-- | Zotlabs/Module/Photos.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php index e62accb06..3aad70d18 100644 --- a/Zotlabs/Module/Photos.php +++ b/Zotlabs/Module/Photos.php @@ -1178,10 +1178,8 @@ class Photos extends \Zotlabs\Web\Controller { if($observer['xchan_hash'] === $item['author_xchan'] || $observer['xchan_hash'] === $item['owner_xchan']) $drop = replace_macros(get_markup_template('photo_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete'))); - $name_e = $profile_name; $title_e = $item['title']; - unobscure($item); $body_e = prepare_text($item['body'],$item['mimetype']); $comments .= replace_macros($template,array( |