Revert "[1005] fixing redirection when deleting archived article"

This reverts commit 63fc40ff84.
This commit is contained in:
Thomas Citharel 2015-07-07 18:17:22 +02:00
parent 9d516bc33d
commit 32b916ef84

View file

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