[add] check tags tables

This commit is contained in:
Nicolas Lœuillet
2013-12-23 10:35:09 +01:00
parent 1810c13b55
commit 5cfafc6110
2 changed files with 71 additions and 3 deletions

View 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);
}