diff options
author | friendica <info@friendica.com> | 2014-02-03 14:03:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-03 14:03:43 -0800 |
commit | c4d088459634d8148620a27c56ba06b33814668f (patch) | |
tree | bb225ee3b1136f4a178605a66527fb34417f3c43 /boot.php | |
parent | 6c91580716524e03d68d6d3c95f0fa38b91a1362 (diff) | |
download | volse-hubzilla-c4d088459634d8148620a27c56ba06b33814668f.tar.gz volse-hubzilla-c4d088459634d8148620a27c56ba06b33814668f.tar.bz2 volse-hubzilla-c4d088459634d8148620a27c56ba06b33814668f.zip |
accept new connection broke yesterday
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -398,6 +398,7 @@ define ( 'TERM_PCATEGORY', 4 ); define ( 'TERM_FILE', 5 ); define ( 'TERM_SAVEDSEARCH', 6 ); define ( 'TERM_THING', 7 ); +define ( 'TERM_BOOKMARK', 8 ); define ( 'TERM_OBJ_POST', 1 ); define ( 'TERM_OBJ_PHOTO', 2 ); |