fix path for attachments using os_storage uploaded through attach_store

This commit is contained in:
redmatrix
2015-11-04 23:48:55 -08:00
parent f8b612a2c0
commit 2ebd9a2774
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1158 );
define ( 'DB_UPDATE_VERSION', 1159 );
/**
* @brief Constant with a HTML line break.