aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index ace5239b5..e120f91d2 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1156 );
+define( 'UPDATE_VERSION' , 1157 );
/**
*
@@ -1885,3 +1885,8 @@ function update_r1155() {
return UPDATE_FAILED;
}
+
+function update_r1156() {
+ return UPDATE_SUCCESS;
+}
+