]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Merge tag 'v0.10.4' into stable
[github/shaarli/Shaarli.git] / application / Updater.php
index 5dde47cb0164c4fe397689f8e7e57a6d1b096d04..86a21fc39b6c701cd33d9ea3b4649f30ef020f50 100644 (file)
@@ -183,7 +183,7 @@ class Updater
             }
         }
 
-        try{
+        try {
             $this->conf->write($this->isLoggedIn);
             return true;
         } catch (IOException $e) {
@@ -256,6 +256,8 @@ class Updater
     }
 
     /**
+<<<<<<< HEAD
+=======
      * Rename tags starting with a '-' to work with tag exclusion search.
      */
     public function updateMethodRenameDashTags()