Skip to content
Extraits de code Groupes Projets
Valider a84e6c69 rédigé par Fil's avatar Fil
Parcourir les fichiers

ne pas oublier les () quand on appelle une fonction

parent 3900a82b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -761,7 +761,8 @@ function agenda_affiche($i) ...@@ -761,7 +761,8 @@ function agenda_affiche($i)
$nb = array_shift($args); // nombre d'evenements (on pourrait l'afficher) $nb = array_shift($args); // nombre d'evenements (on pourrait l'afficher)
$sinon = array_shift($args); $sinon = array_shift($args);
$type = array_shift($args); $type = array_shift($args);
$self = $_SERVER['REQUEST_URI']; $self = new Link();
$self = $self->getUrl();
if (!$nb) return http_calendrier_init('', $type, '', '', $self, $sinon); if (!$nb) return http_calendrier_init('', $type, '', '', $self, $sinon);
$agenda = agenda_memo(0); $agenda = agenda_memo(0);
$evt = array(); $evt = array();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter