]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 4b26574d08433c194bfacce40daadb20fd3bcc46..4f70afb755c2a0188af55973ca7dd4ab5b7a4ee6 100644 (file)
@@ -49,6 +49,7 @@ class Poche
             if (! $this->store->isInstalled()) {
                 $this->install();
             }
+            $this->store->checkTags();
         }
     }
     
@@ -659,7 +660,7 @@ class Poche
         if(isset($_SERVER['REMOTE_USER'])) {
             return array($_SERVER['REMOTE_USER'],'http_auth');
         }
-        
+
         return array(false,false);
      }