aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/update.php')
-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;
+}
+