Changement namespace Garradin => Paheko

FossilOrigin-Name: 05bd9b85d91af38c15952ea00891080a67e21c8e00ce3acf16c7b8263dc55d2c
This commit is contained in:
engel 2023-09-28 11:20:36 +00:00
parent bc4739877c
commit b2885f3c01
8 changed files with 33 additions and 33 deletions

View file

@ -1,8 +1,8 @@
<?php
namespace Garradin;
namespace Paheko;
use Garradin\Plugin\RecusFiscaux\Utils;
use Paheko\Plugin\RecusFiscaux\Utils;
// liste des années fiscales
$anneeCourante = date("Y");
@ -14,7 +14,7 @@ if ($anneesFiscales[0] < $anneeCourante) {
if (f('change'))
{
$_SESSION['annee_recu'] = f('annee_recu');
\Garradin\Utils::redirect(f('from') ?: PLUGIN_URL);
\Paheko\Utils::redirect(f('from') ?: PLUGIN_URL);
}
$tpl->assign('anneesFiscales', $anneesFiscales);