Changeset 113572 in spip-zone
- Timestamp:
- Jan 23, 2019, 2:45:03 PM (4 weeks ago)
- Location:
- _plugins_/formidable/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk/formidable_pipelines.php
r113070 r113572 139 139 $e = trouver_objet_exec($flux['args']['exec']); 140 140 141 if (!$e['edition'] and i n_array($e['table_objet_sql'], lire_config('formidable/objets', array()))) {141 if (!$e['edition'] and isset($flux['args'][$e['id_table_objet']]) and in_array($e['table_objet_sql'], lire_config('formidable/objets', array()))) { 142 142 $texte .= recuperer_fond('prive/objets/editer/liens', array( 143 143 'table_source' => 'formulaires', -
_plugins_/formidable/trunk/paquet.xml
r113366 r113572 2 2 prefix="formidable" 3 3 categorie="communication" 4 version="3.34. 6"4 version="3.34.7" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.