Changement namespace Garradin => Paheko
FossilOrigin-Name: 05bd9b85d91af38c15952ea00891080a67e21c8e00ce3acf16c7b8263dc55d2c
This commit is contained in:
parent
bc4739877c
commit
b2885f3c01
8 changed files with 33 additions and 33 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Garradin;
|
||||
namespace Paheko;
|
||||
|
||||
use Garradin\Plugin\RecusFiscaux\Personne;
|
||||
use Garradin\Plugin\RecusFiscaux\Utils;
|
||||
use Paheko\Plugin\RecusFiscaux\Personne;
|
||||
use Paheko\Plugin\RecusFiscaux\Utils;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// récupérer les infos du formulaire
|
||||
|
|
@ -16,7 +16,7 @@ if (! isset($_SESSION['tauxSelectionnes'])
|
|||
&&
|
||||
null === f('comptes'))
|
||||
{
|
||||
\Garradin\Utils::redirect(PLUGIN_URL . 'index.php');
|
||||
\Paheko\Utils::redirect(PLUGIN_URL . 'index.php');
|
||||
}
|
||||
|
||||
// tarifs sélectionnés
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue