Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 40 → Rev 41

/trunk/interfaces/controleurs/Test.php
76,7 → 76,7
}
$donnees['messages'] = $this->getMessages();
$this->setSortie(self::RENDU_CORPS, $this->getVue('form_traitement', $donnees), false);
$this->setSortie(self::RENDU_CORPS, $this->getVue('form_tests', $donnees), false);
$this->construireMenu($this->referentiel);
$this->construireFilAriane($this->referentiel);
}