Skip to content
Snippets Groups Projects
Commit 8aa6ebad authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

xdebug delete

parent ad900323
Branches
Tags
1 merge request!258Dev/13872 Orphee Allow Hold Available Items
......@@ -120,8 +120,6 @@ class CmsController extends Zend_Controller_Action {
$this->_redirect('opac/index', ['exit' => true]);
}
xdebug_break();
if ($article->isArchived() && !Class_Users::isCurrentUserCanAccesBackend()) {
throw new Zend_Controller_Action_Exception($this->view->_('Désolé, cette page n\'existe pas'), 404);
return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment