diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-22 02:34:05 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-22 02:34:05 -0700 |
commit | 2b07a69b93cdd3c1c4296d0b994e48069890595b (patch) | |
tree | e968d475e880ca601d18c3e0ed16ff6d85b1cdcf /install | |
parent | 0b1b11ea53ee3fd466eb338ac5ce67e62af87413 (diff) | |
parent | 5068ce05693d3bb52e049156eb7900cbe55ff650 (diff) | |
download | volse-hubzilla-2b07a69b93cdd3c1c4296d0b994e48069890595b.tar.gz volse-hubzilla-2b07a69b93cdd3c1c4296d0b994e48069890595b.tar.bz2 volse-hubzilla-2b07a69b93cdd3c1c4296d0b994e48069890595b.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 bef754570..f4ef0d4c3 100644 --- a/install/update.php +++ b/install/update.php @@ -1865,3 +1865,7 @@ function update_r1153() { } + +function update_r1153() { + return UPDATE_SUCCESS; +} |