This commit is contained in:
Mario 2019-03-23 22:49:27 +01:00
parent 3094c2ce17
commit 3c3a4526bf

View File

@ -69,7 +69,7 @@ class Tagger extends \Zotlabs\Web\Controller {
$post_type = t('photo');
break;
case 'event':
$targgettype = ACTIVITY_OBJ_EVENT;
$targettype = ACTIVITY_OBJ_EVENT;
$post_type = t('event');
break;
default: