diff options
author | friendica <info@friendica.com> | 2015-02-01 15:41:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-01 15:41:01 -0800 |
commit | e58bef049d7736d448f7bb5688affe491b9e24b1 (patch) | |
tree | d59afeaae694d802648a0468a1ae6f288c8f38c5 /install/update.php | |
parent | 9bef0d5e141b813485b2179a0efe815c65f9a474 (diff) | |
download | volse-hubzilla-e58bef049d7736d448f7bb5688affe491b9e24b1.tar.gz volse-hubzilla-e58bef049d7736d448f7bb5688affe491b9e24b1.tar.bz2 volse-hubzilla-e58bef049d7736d448f7bb5688affe491b9e24b1.zip |
admin/dbsync not reporting failed updates
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 4cd1ced5d..c6e4535e1 100644 --- a/install/update.php +++ b/install/update.php @@ -1556,4 +1556,4 @@ function update_r1135() { if($r) return UPDATE_SUCCESS; return UPDATE_FAILED; -}
\ No newline at end of file +} |