aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-28 19:04:36 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-28 19:04:36 -0700
commit3a8e1e04844fea2331525d82d8234b7006a12037 (patch)
tree984c54c3f219d704c7859bbb87d6ac4517418a88 /install
parent67fe8fc4a7aa229857249caeaeb7d746d92ba325 (diff)
downloadvolse-hubzilla-3a8e1e04844fea2331525d82d8234b7006a12037.tar.gz
volse-hubzilla-3a8e1e04844fea2331525d82d8234b7006a12037.tar.bz2
volse-hubzilla-3a8e1e04844fea2331525d82d8234b7006a12037.zip
process_delivery: ignore self
Diffstat (limited to 'install')
-rw-r--r--install/update.php6
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;
+}