diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:46:21 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:46:21 -0700 |
commit | 74827133b29138b9209131a0ec192cd00aff4b19 (patch) | |
tree | fae66745f0614cb913d2d85d117722987137a6d6 /install/update.php | |
parent | 43251ed8ce8a59472686321b8faa2b352928d239 (diff) | |
parent | 7c8706757db1df0195edc64f35ca1554d04eb414 (diff) | |
download | volse-hubzilla-74827133b29138b9209131a0ec192cd00aff4b19.tar.gz volse-hubzilla-74827133b29138b9209131a0ec192cd00aff4b19.tar.bz2 volse-hubzilla-74827133b29138b9209131a0ec192cd00aff4b19.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts:
util/messages.po
Diffstat (limited to 'install/update.php')
-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 339d0cb25..b84890ab2 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1152 ); +define( 'UPDATE_VERSION' , 1153 ); /** * @@ -1804,3 +1804,7 @@ function update_r1151() { return UPDATE_SUCCESS; } + +function update_r1152() { + return UPDATE_SUCCESS; +} |