aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-04 23:06:37 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-04 23:06:37 -0800
commit76043d97bd5d38e12ae84b18d48bc2dc4537ece0 (patch)
treedc27d8040f04a0978766c04ad46b673a44647447 /install
parentb6b2420ff77fb1c19306dfc8be2b916e5a34c375 (diff)
downloadvolse-hubzilla-76043d97bd5d38e12ae84b18d48bc2dc4537ece0.tar.gz
volse-hubzilla-76043d97bd5d38e12ae84b18d48bc2dc4537ece0.tar.bz2
volse-hubzilla-76043d97bd5d38e12ae84b18d48bc2dc4537ece0.zip
dummy update
Diffstat (limited to 'install')
-rw-r--r--install/update.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index cc8dc6ae5..b05e433dc 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1158 );
+define( 'UPDATE_VERSION' , 1159 );
/**
*
@@ -1784,3 +1784,7 @@ function update_r1157() {
}
+function update_r1158() {
+ return UPDATE_SUCCESS;
+}
+