diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-28 19:06:10 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-28 19:06:10 -0700 |
commit | 50ee82e8bd031abe969ad304233cfdb9849bdac6 (patch) | |
tree | ed2d8d5ed11d7787b780b226d144b0b57203dbf3 /install | |
parent | 8a3c909c74285177bc801d94d49122aca274836e (diff) | |
parent | 3a8e1e04844fea2331525d82d8234b7006a12037 (diff) | |
download | volse-hubzilla-50ee82e8bd031abe969ad304233cfdb9849bdac6.tar.gz volse-hubzilla-50ee82e8bd031abe969ad304233cfdb9849bdac6.tar.bz2 volse-hubzilla-50ee82e8bd031abe969ad304233cfdb9849bdac6.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'install')
-rw-r--r-- | install/update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/update.php b/install/update.php index 059d69d14..ca4e90a9d 100644 --- a/install/update.php +++ b/install/update.php @@ -1884,3 +1884,7 @@ function update_r1155() { return UPDATE_SUCCESS; return UPDATE_FAILED; } + +function update_r1155() { + return UPDATE_SUCCESS; +} |