diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-28 19:04:36 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-28 19:04:36 -0700 |
commit | 3a8e1e04844fea2331525d82d8234b7006a12037 (patch) | |
tree | 984c54c3f219d704c7859bbb87d6ac4517418a88 /install/update.php | |
parent | 67fe8fc4a7aa229857249caeaeb7d746d92ba325 (diff) | |
download | volse-hubzilla-3a8e1e04844fea2331525d82d8234b7006a12037.tar.gz volse-hubzilla-3a8e1e04844fea2331525d82d8234b7006a12037.tar.bz2 volse-hubzilla-3a8e1e04844fea2331525d82d8234b7006a12037.zip |
process_delivery: ignore self
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 3ce1736f5..32ea3a2f1 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1155 ); +define( 'UPDATE_VERSION' , 1156 ); /** * @@ -1766,3 +1766,7 @@ function update_r1153() { function update_r1154() { return UPDATE_SUCCESS; } + +function update_r1155() { + return UPDATE_SUCCESS; +} |