aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1222.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-06 15:43:37 +0000
committerMario <mario@mariovavti.com>2018-10-06 17:44:53 +0200
commit567448e2fdddb7e9d9f1da64f9b70648ad1c2b65 (patch)
treee5adbab2919386a43c77f597a7fc1b9faaa10bd2 /Zotlabs/Update/_1222.php
parenta38ded702fadb8b4cb159c54e4aedf41de4f0617 (diff)
downloadvolse-hubzilla-567448e2fdddb7e9d9f1da64f9b70648ad1c2b65.tar.gz
volse-hubzilla-567448e2fdddb7e9d9f1da64f9b70648ad1c2b65.tar.bz2
volse-hubzilla-567448e2fdddb7e9d9f1da64f9b70648ad1c2b65.zip
this did not actually make sense
(cherry picked from commit d1745319318b47932cf5d4acf400bfbf62f94ddc)
Diffstat (limited to 'Zotlabs/Update/_1222.php')
-rw-r--r--Zotlabs/Update/_1222.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Update/_1222.php b/Zotlabs/Update/_1222.php
index 579025457..ad8d03197 100644
--- a/Zotlabs/Update/_1222.php
+++ b/Zotlabs/Update/_1222.php
@@ -2,8 +2,6 @@
namespace Zotlabs\Update;
-use Zotlabs\Lib\Apps;
-
class _1222 {
function run() {
@@ -14,9 +12,6 @@ class _1222 {
if($r1) {
q("COMMIT");
-
- Apps::import_system_apps();
-
return UPDATE_SUCCESS;
}