diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-01-10 22:42:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-01-10 22:42:57 +0100 |
commit | 7c1b41019eaf91ba560efb53c77fde06b5ce1c0b (patch) | |
tree | 94884b72e4e69d1c502a1eaf4a6f1822e071524e | |
parent | 707110e5a786a1884f6b9afec683fe63795a1566 (diff) | |
download | volse-hubzilla-7c1b41019eaf91ba560efb53c77fde06b5ce1c0b.tar.gz volse-hubzilla-7c1b41019eaf91ba560efb53c77fde06b5ce1c0b.tar.bz2 volse-hubzilla-7c1b41019eaf91ba560efb53c77fde06b5ce1c0b.zip |
missing constant definition
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -355,6 +355,7 @@ define ( 'UPDATE_FLAGS_UPDATED', 0x0001); define ( 'UPDATE_FLAGS_FORCED', 0x0002); define ( 'UPDATE_FLAGS_DELETED', 0x1000); +define ( 'HUBLOC_OFFLINE', 0x0001); define ( 'DROPITEM_NORMAL', 0); define ( 'DROPITEM_PHASE1', 1); |