Skip to content
Snippets Groups Projects
Commit 6eb190a8 authored by gloas's avatar gloas
Browse files

hotline # 14170 fix use of a local variable not needed

parent 4d63126c
Branches
Tags 7.5.19
3 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!215Dev#12992 Custom Fields,!176Hotline #14170
......@@ -142,9 +142,8 @@ class AbonneController extends ZendAfi_Controller_Action {
public function delavisnoticeAction(){
$user = Class_Users::getIdentity();
$this->_forward('delavisnotice', 'blog', 'opac', ['id' => $this->_getParam('id'),
'redirect' =>'abonne/viewavis/id/'.$user->getId(),
'redirect' =>'abonne/viewavis/id/'.$this->_user->getId(),
'js_redirect' => $this->_getParam('expressionRecherche')? true: false]);
}
......
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