diff options
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; +} |