Suppression profil

This commit is contained in:
Michael RICOIS 2013-10-11 12:51:54 +00:00
parent 7c064101ab
commit 40e002dc86

View File

@ -147,6 +147,9 @@ class ProfilController extends Zend_Controller_Action
public function deleteAction()
{
$this->_helper->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);
$request = $this->getRequest();
$idfile = $request->getParam('idfile');