[1005] fixing redirection when deleting archived article

This commit is contained in:
Vincent Malley 2015-06-02 15:29:44 -04:00
parent 900f2a9160
commit 63fc40ff84

View file

@ -278,7 +278,7 @@ class Poche
}
Tools::logm($msg);
}
Tools::redirect('?');
Tools::redirect();
break;
case 'toggle_fav' :
$this->store->favoriteById($id, $this->user->getId());