Skip to content
Snippets Groups Projects
Commit af1ef782 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #74865 fix fatal error on errorController translator

parent cbaea864
4 merge requests!2660Master,!2645Dev#74865 local to es,!2644Dev#74865 local to es,!2643Dev#74865 local to es
Pipeline #4095 passed with stage
in 35 minutes and 20 seconds
......@@ -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');
......
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