diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-24 19:50:55 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-24 19:50:55 -0700 |
commit | b1954070283ecd9aacb59ed26e684112f9903f49 (patch) | |
tree | d79456ec287e5627975fa0bba02fb41b148c5030 /boot.php | |
parent | 3648f9952cdbde96239d833d62b6c0356aff778d (diff) | |
parent | 1650d79862c0e89887ede279a19c8df07fe0d927 (diff) | |
download | volse-hubzilla-b1954070283ecd9aacb59ed26e684112f9903f49.tar.gz volse-hubzilla-b1954070283ecd9aacb59ed26e684112f9903f49.tar.bz2 volse-hubzilla-b1954070283ecd9aacb59ed26e684112f9903f49.zip |
Merge branch 'tagging'
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -425,6 +425,7 @@ define ( 'TERM_THING', 7 ); define ( 'TERM_BOOKMARK', 8 ); define ( 'TERM_HIERARCHY', 9 ); define ( 'TERM_COMMUNITYTAG', 10 ); +define ( 'TERM_FORUM', 11 ); define ( 'TERM_OBJ_POST', 1 ); define ( 'TERM_OBJ_PHOTO', 2 ); |