]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Merge pull request #788 from annando/master
[friendica.git] / update.php
index 6dd58757b9fd6830c3f843e4108ac7bbe0a60155..40f22e6aa61e9835c3385fa8b0a8e5951d3a24cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1162 );
+define( 'UPDATE_VERSION' , 1163 );
 
 /**
  *
@@ -1409,9 +1409,6 @@ function update_1159() {
        if(!$r)
                return UPDATE_FAILED;
 
-       require_once('include/tags.php');
-       update_items();
-
        return UPDATE_SUCCESS;
 }
 
@@ -1439,3 +1436,8 @@ function update_1161() {
 
        return UPDATE_SUCCESS;
 }
+
+function update_1162() {
+       require_once('include/tags.php');
+       update_items();
+}