DB update to fix wrong hubloc_url for activitypub hublocs

This commit is contained in:
Mario Vavti
2018-05-26 21:15:22 +02:00
parent 33700e9cf4
commit eb04dbc5ce
2 changed files with 27 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.5.6' );
define ( 'ZOT_REVISION', '6.0a' );
define ( 'DB_UPDATE_VERSION', 1214 );
define ( 'DB_UPDATE_VERSION', 1215 );
define ( 'PROJECT_BASE', __DIR__ );