diff options
author | Mario <mario@mariovavti.com> | 2024-03-04 21:27:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-04 21:27:53 +0000 |
commit | 7892eeb2d24094080a97b9d19e0c85814c9ca968 (patch) | |
tree | 64ece6d0baa8fd030199a8f229e1dd35f770ead9 /boot.php | |
parent | d7ceb977daec6aa07ba3a8e4bbc1d493d59509d1 (diff) | |
download | volse-hubzilla-7892eeb2d24094080a97b9d19e0c85814c9ca968.tar.gz volse-hubzilla-7892eeb2d24094080a97b9d19e0c85814c9ca968.tar.bz2 volse-hubzilla-7892eeb2d24094080a97b9d19e0c85814c9ca968.zip |
Thing > Page
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -540,7 +540,7 @@ define('ACTIVITY_OBJ_EVENT', NAMESPACE_ACTIVITY_SCHEMA . 'event'); // AS2 Event define('ACTIVITY_OBJ_TAGTERM', NAMESPACE_ZOT . '/activity/tagterm'); // unused define('ACTIVITY_OBJ_PROFILE', NAMESPACE_ZOT . '/activity/profile'); // AS2 Profile -define('ACTIVITY_OBJ_THING', NAMESPACE_ZOT . '/activity/thing'); // AS2 Page??? (broken) +define('ACTIVITY_OBJ_THING', NAMESPACE_ZOT . '/activity/thing'); // AS2 Page /** |