Changeset 109557 in spip-zone
- Timestamp:
- Mar 16, 2018, 6:35:27 PM (3 years ago)
- Location:
- _plugins_/chapitres/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/chapitres/trunk/chapitres_pipelines.php
r109201 r109557 121 121 if ($flux['args']['table'] == 'spip_chapitres') { 122 122 // S'il y a un id_parent 123 if ($id_parent = intval($flux[' args']['id_parent'])) {123 if ($id_parent = intval($flux['data']['id_parent']) or $id_parent = intval($flux['args']['id_parent'])) { 124 124 $flux['data']['id_parent'] = $id_parent; 125 125 -
_plugins_/chapitres/trunk/paquet.xml
r109201 r109557 2 2 prefix="chapitres" 3 3 categorie="edition" 4 version="1.0. 0"4 version="1.0.1" 5 5 etat="dev" 6 6 compatibilite="[3.2.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.