From af1ef7827d9f3c03c32849046c28a5c6b26df427 Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Fri, 4 May 2018 15:33:09 +0200
Subject: [PATCH] dev #74865 fix fatal error on errorController translator

---
 application/modules/admin/controllers/ErrorController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/modules/admin/controllers/ErrorController.php b/application/modules/admin/controllers/ErrorController.php
index 7a02c2f5296..3f19ee3a1cf 100644
--- a/application/modules/admin/controllers/ErrorController.php
+++ b/application/modules/admin/controllers/ErrorController.php
@@ -18,7 +18,7 @@
  * along with BOKEH; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
-class Admin_ErrorController extends Zend_Controller_Action {
+class Admin_ErrorController extends ZendAfi_Controller_Action {
   public function errorAction() {
     $this->view->titre = $this->_('Une erreur est survenue');
     $this->view->errors = $this->_getParam('error_handler');
-- 
GitLab