fix default values for affinity tool and other information which could be lost when approving a connection without the entire form provided by connedit.

This commit is contained in:
zotlabs
2018-12-17 11:32:59 -08:00
parent 04a45a407e
commit a33ed05bec
5 changed files with 34 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '3.9.5' );
define ( 'ZOT_REVISION', '6.0a' );
define ( 'DB_UPDATE_VERSION', 1229 );
define ( 'DB_UPDATE_VERSION', 1230 );
define ( 'PROJECT_BASE', __DIR__ );