From af144bef23ce08fca084fbff58eb1e3683dddb83 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 May 2008 09:20:02 +0000 Subject: [PATCH] Fix: Bad link --- htdocs/comm/action/fiche.php | 2 +- htdocs/comm/action/indexactions.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index fe5ed5aba2e..6db1a2711fc 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -70,7 +70,7 @@ if ($_POST["action"] == 'add_action') if (! $backtopage) { if ($_POST['socid'] > 0) $backtopage=DOL_URL_ROOT.'/comm/fiche.php?socid='.$_POST['socid']; - else $backtopage=DOL_URL_ROOT.'/comm/action/indexactions.php'; + else $backtopage=DOL_URL_ROOT.'/comm/action/index.php'; } header("Location: ".$backtopage); exit; diff --git a/htdocs/comm/action/indexactions.php b/htdocs/comm/action/indexactions.php index e7ad3177ad6..4261e95c2c1 100644 --- a/htdocs/comm/action/indexactions.php +++ b/htdocs/comm/action/indexactions.php @@ -18,9 +18,10 @@ /** \file htdocs/comm/action/indexactions.php - \ingroup agenda + \ingroup agenda \brief Actions area \version $Id$ + \TODO This file is deprecated. Not more reach. */ require_once("./pre.inc.php");