fusion branche dev
FossilOrigin-Name: e18f048e309427c850c2181cb8445fac5b4ae7d6b8f64b103247337b311e8cb3
This commit is contained in:
commit
181ebc1cf8
19 changed files with 770 additions and 827 deletions
16
upgrade.php
16
upgrade.php
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Garradin;
|
||||
|
||||
$old_version = $plugin->getInfos('version');
|
||||
|
||||
if (version_compare($old_version, '0.6.2', '<'))
|
||||
{
|
||||
// changement de nom de la configuration des champs nom
|
||||
$champsNom = $plugin->getConfig('nomChamps');
|
||||
if (null !== $champsNom)
|
||||
{
|
||||
$plugin->setConfig('champsNom', $champsNom);
|
||||
$plugin->setConfig('nomChamps', null);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue