DB update to fix wrong hubloc_url for activitypub hublocs

(cherry picked from commit eb04dbc5ce)
This commit is contained in:
Mario Vavti
2018-05-26 21:15:22 +02:00
committed by Mario
parent a5b9fbaf00
commit 752a9d904c
2 changed files with 27 additions and 1 deletions

View File

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