aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-04 23:48:55 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-04 23:48:55 -0800
commit2ebd9a2774a361bcdafb20d6eec6974b631609ea (patch)
tree25ce84b11e588960806873621606cecaca8b9e6c /boot.php
parentf8b612a2c04e947f18614f3e8a412a0bd6365b2e (diff)
downloadvolse-hubzilla-2ebd9a2774a361bcdafb20d6eec6974b631609ea.tar.gz
volse-hubzilla-2ebd9a2774a361bcdafb20d6eec6974b631609ea.tar.bz2
volse-hubzilla-2ebd9a2774a361bcdafb20d6eec6974b631609ea.zip
fix path for attachments using os_storage uploaded through attach_store
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
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.