diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-12 20:04:19 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-12 20:04:19 -0700 |
commit | facc6ee6b32df5c51d7f00bda1caa0469d4f71e3 (patch) | |
tree | 6e519117a19b01d9ad29bbf8028f0f59ad494b05 /boot.php | |
parent | 9a2f86e9ad3afadfafab59568bec6749a75478ab (diff) | |
download | volse-hubzilla-facc6ee6b32df5c51d7f00bda1caa0469d4f71e3.tar.gz volse-hubzilla-facc6ee6b32df5c51d7f00bda1caa0469d4f71e3.tar.bz2 volse-hubzilla-facc6ee6b32df5c51d7f00bda1caa0469d4f71e3.zip |
allow hooks to have negative priority
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '1.15' ); define ( 'ZOT_REVISION', '1.1' ); -define ( 'DB_UPDATE_VERSION', 1183 ); +define ( 'DB_UPDATE_VERSION', 1184 ); /** |