aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-10 08:00:25 +0000
committerMario <mario@mariovavti.com>2020-10-10 08:00:25 +0000
commit595f3d99b4bd2618630f9a49423b29bfbfcbca41 (patch)
tree2a651f7d1fa863c6fce6b9c9cb374fc9348ecf95 /Zotlabs
parent1e2d5b0c779b8f3a623d4757a8e1a64e67491fb0 (diff)
downloadvolse-hubzilla-595f3d99b4bd2618630f9a49423b29bfbfcbca41.tar.gz
volse-hubzilla-595f3d99b4bd2618630f9a49423b29bfbfcbca41.tar.bz2
volse-hubzilla-595f3d99b4bd2618630f9a49423b29bfbfcbca41.zip
quickfix localize_item() - requires more work
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 13ba224cb..e3798415c 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -2921,7 +2921,7 @@ class Activity {
$s['parent_mid'] = $s['mid'];
- $post_type = (($parent_item['resource_type'] === 'photo') ? t('photo') : t('status'));
+ $post_type = (($parent_item['resource_type'] === 'photo') ? t('photo') : t('post'));
$links = array(array('rel' => 'alternate','type' => 'text/html', 'href' => $parent_item['plink']));
$objtype = (($parent_item['resource_type'] === 'photo') ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE );