From 2d3d78ecc079e4c570b958dc87df127f0d51d95e Mon Sep 17 00:00:00 2001 From: aspangaro <alexandre.spangaro@gmail.com> Date: Thu, 16 Jul 2015 22:16:11 +0200 Subject: [PATCH] Fix: #3232 [Agenda] Setup page tab order is weird --- htdocs/core/modules/modAgenda.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/modAgenda.class.php b/htdocs/core/modules/modAgenda.class.php index 3119553f677..0e8eae911d2 100644 --- a/htdocs/core/modules/modAgenda.class.php +++ b/htdocs/core/modules/modAgenda.class.php @@ -5,8 +5,8 @@ * Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org> * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be> * Copyright (C) 2009-2011 Regis Houssin <regis.houssin@capnetworks.com> - * Copyright (C) 2013 Cedric Gross <c.gross@kreiz-it.fr> - * Copyright (C) 2015 Bahfir Abbes <bafbes@gmail.com> + * Copyright (C) 2013 Cedric Gross <c.gross@kreiz-it.fr> + * Copyright (C) 2015 Bahfir Abbes <bafbes@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -64,7 +64,7 @@ class modAgenda extends DolibarrModules // Config pages //------------- - $this->config_page_url = array("agenda.php"); + $this->config_page_url = array("agenda_other.php"); // Dependancies //------------- -- GitLab