Changeset 113492 in spip-zone
- Timestamp:
- Jan 18, 2019, 2:25:15 PM (4 weeks ago)
- Location:
- _plugins_/autorite/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/autorite/trunk/inc/autoriser.php
r105170 r113492 220 220 or ( 221 221 // Cas du wiki, on appelle la fonction qui verifie les droits wiki 222 $GLOBALS['autorite']['espace_wiki']222 isset($GLOBALS['autorite']['espace_wiki']) 223 223 and autorisation_wiki_visiteur($qui, $r['id_secteur']) 224 224 ) 225 225 or ( 226 226 // Cas du wiki par mot clefs, on appelle la fonction qui verifie les droits wiki 227 $GLOBALS['autorite']['espace_wiki_motsclef']227 isset($GLOBALS['autorite']['espace_wiki_motsclef']) 228 228 and autorisation_wiki_motsclef_visiteur($qui, _q($id)) 229 229 ) -
_plugins_/autorite/trunk/paquet.xml
r110297 r113492 2 2 prefix="autorite" 3 3 categorie="auteur" 4 version="0.10.2 0"4 version="0.10.21" 5 5 etat="stable" 6 6 compatibilite="[1.9.2;3.2.*]" -
_plugins_/autorite/trunk/plugin.xml
r110297 r113492 20 20 <auteur>Fil, James, Superyms</auteur> 21 21 <licence>GNU/LGPL</licence> 22 <version>0.10.2 0</version>22 <version>0.10.21</version> 23 23 <etat>stable</etat> 24 24 <description>
Note: See TracChangeset
for help on using the changeset viewer.