diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-03 15:03:56 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-03 15:03:56 -0700 |
commit | a74631b55456bdbe24594bfc40c6e12bfa44c196 (patch) | |
tree | 525618649dcb5a201e8d0919f2a7fcfcc583df10 /boot.php | |
parent | aa58f68bfd2e2f0f1ebc58a9b399fda986356c99 (diff) | |
parent | cbfb94c55cc422359f1cef3c6fe89d86f131a104 (diff) | |
download | volse-hubzilla-a74631b55456bdbe24594bfc40c6e12bfa44c196.tar.gz volse-hubzilla-a74631b55456bdbe24594bfc40c6e12bfa44c196.tar.bz2 volse-hubzilla-a74631b55456bdbe24594bfc40c6e12bfa44c196.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
boot.php
include/items.php
util/messages.po
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody co //define ( 'ITEM_PDL', 0x0200); // Page Description Language - e.g. Comanche define ( 'ITEM_BUG', 0x0400); // Is a bug, can be used by the internal bug tracker define ( 'ITEM_PENDING_REMOVE', 0x0800); // deleted, notification period has lapsed - // Don't make us evaluate this same item again. +define ( 'ITEM_DOC', 0x1000); // hubzilla only, define here so that item import does the right thing define ( 'ITEM_TYPE_POST', 0 ); define ( 'ITEM_TYPE_BLOCK', 1 ); |