[add] mark all as read #385

This commit is contained in:
Nicolas Lœuillet
2014-02-12 21:52:01 +01:00
parent ed2853564e
commit f14807de06
2 changed files with 13 additions and 0 deletions

View File

@ -434,6 +434,13 @@ class Poche
Tools::redirect();
}
break;
case 'archive_all' :
$this->store->archiveAll($this->user->getId());
Tools::logm('archive all links');
if (!$import) {
Tools::redirect();
}
break;
case 'add_tag' :
$tags = explode(',', $_POST['value']);
$entry_id = $_POST['entry_id'];