]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Merge pull request #4313 from tobiasd/20180123-vier
[friendica.git] / update.php
index 00b8d890ecda5f1eba05c80073297bdfb6f621bd..273e75de7d53bccc84e49a548245120b731ca3f1 100644 (file)
@@ -161,3 +161,15 @@ function update_1244() {
 
        return UPDATE_SUCCESS;
 }
+
+function update_1245() {
+       $rino = Config::get('system', 'rino_encrypt');
+
+       if (!$rino) {
+               return UPDATE_SUCCESS;
+       }
+
+       Config::set('system', 'rino_encrypt', 1);
+
+       return UPDATE_SUCCESS;
+}