diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index b05e433dc..0e287f20e 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1159 ); +define( 'UPDATE_VERSION' , 1160 ); /** * @@ -1788,3 +1788,7 @@ function update_r1158() { return UPDATE_SUCCESS; } +function update_r1159() { + return UPDATE_SUCCESS; +} + |