diff options
Diffstat (limited to 'Zotlabs/Update/_1236.php')
-rw-r--r-- | Zotlabs/Update/_1236.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1236.php b/Zotlabs/Update/_1236.php index b27175f99..6b4e7b299 100644 --- a/Zotlabs/Update/_1236.php +++ b/Zotlabs/Update/_1236.php @@ -106,7 +106,7 @@ class _1236 { } if(count($r) == $i) { - //z6trans_connections(); + z6trans_connections(); return UPDATE_SUCCESS; } |