diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-11-15 10:11:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-11-15 10:11:04 +0100 |
commit | ca4e7f9b4fab7035e511582a0755d58e9e4fa2f0 (patch) | |
tree | 4657dbebd3c3959960c912522a64018c1a27b982 /Zotlabs/Update/_1228.php | |
parent | b11858bcaca9a5784f37e5b69eb7ca6096d0bde3 (diff) | |
download | volse-hubzilla-ca4e7f9b4fab7035e511582a0755d58e9e4fa2f0.tar.gz volse-hubzilla-ca4e7f9b4fab7035e511582a0755d58e9e4fa2f0.tar.bz2 volse-hubzilla-ca4e7f9b4fab7035e511582a0755d58e9e4fa2f0.zip |
fix update 1228
Diffstat (limited to 'Zotlabs/Update/_1228.php')
-rw-r--r-- | Zotlabs/Update/_1228.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1228.php b/Zotlabs/Update/_1228.php index b9ba1d86f..f8a506bb4 100644 --- a/Zotlabs/Update/_1228.php +++ b/Zotlabs/Update/_1228.php @@ -25,7 +25,6 @@ class _1228 { if($r) { q("COMMIT"); - self::upgrade(); return UPDATE_SUCCESS; } |