From 2ebd9a2774a361bcdafb20d6eec6974b631609ea Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 4 Nov 2015 23:48:55 -0800 Subject: fix path for attachments using os_storage uploaded through attach_store --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index dafe20b83..1faeaf15a 100755 --- a/boot.php +++ b/boot.php @@ -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. -- cgit v1.2.3