Changeset 113724 in spip-zone
- Timestamp:
- Feb 4, 2019, 11:21:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/incarner/trunk/incarner_fonctions.php
r110271 r113724 51 51 include_spip('inc/session'); 52 52 53 $cle_actuelle = isset($_COOKIE['spip_cle_incarner']) ? $_COOKIE['spip_cle_incarner'] : '';53 $cle_actuelle = (isset($_COOKIE['spip_cle_incarner']) ? $_COOKIE['spip_cle_incarner'] : ''); 54 54 55 55 if (! $cles = lire_config('incarner/cles')) { … … 91 91 include_spip('inc/cookie'); 92 92 93 $cle_actuelle = $_COOKIE['spip_cle_incarner'];93 $cle_actuelle = (isset($_COOKIE['spip_cle_incarner']) ? $_COOKIE['spip_cle_incarner'] : ''); 94 94 95 95 if (! $cles = lire_config('incarner/cles')) {
Note: See TracChangeset
for help on using the changeset viewer.