aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-18 22:43:35 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-18 22:43:35 -0700
commit3dc066a143783bbfff08a347f7a8aaa9e273e717 (patch)
treeecdb2b448ce812adfd00c87d03eb25de81c244e6 /install
parentf2104b0a5af6ad54ba67c0944c3e2f7548ea882f (diff)
downloadvolse-hubzilla-3dc066a143783bbfff08a347f7a8aaa9e273e717.tar.gz
volse-hubzilla-3dc066a143783bbfff08a347f7a8aaa9e273e717.tar.bz2
volse-hubzilla-3dc066a143783bbfff08a347f7a8aaa9e273e717.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 82792a82d..bcce4e5b7 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1152 );
+define( 'UPDATE_VERSION' , 1153 );
/**
*
@@ -1754,3 +1754,7 @@ function update_r1151() {
return UPDATE_SUCCESS;
}
+
+function update_r1152() {
+ return UPDATE_SUCCESS;
+}