Changeset 79281 in spip-zone
- Timestamp:
- Dec 11, 2013, 9:10:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/crayons/crayons_fonctions.php
r77245 r79281 71 71 list(,$crayon,$type,$champ,$id) = $reg; 72 72 if (_DEBUG_CRAYONS) spip_log("autoriser('modifier', $type, $id, NULL, array('champ'=>$champ))","crayons_distant"); 73 if (autoriser('modifier', $type, $id, NULL, array('champ'=>$champ ))) {73 if (autoriser('modifier', $type, $id, NULL, array('champ'=>$champ,'agent'=>'crayons'))) { 74 74 if(!isset($droits['.' . $crayon])) 75 75 $droits['.' . $crayon] = 0;
Note: See TracChangeset
for help on using the changeset viewer.