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");