Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1601 → Rev 1602

/trunk/services/modules/0.1/syndication/SyndicationVotesParProtocole.php
93,7 → 93,7
* Si le flux est un flux admin, demander un mot de passe
* */
private function demanderAutorisationAdmin() {
$verification = new ControleAcces($this->conteneur);
$verification = $this->conteneur->getControleAcces();
$verification->demanderAuthentificationAdmin();
}
 
/trunk/services/modules/0.1/syndication/SyndicationCommentaires.php
70,7 → 70,7
}
 
private function demanderAutorisationAdmin() {
$verification = new ControleAcces($this->conteneur);
$verification = $this->conteneur->getControleAcces();
$verification->demanderAuthentificationAdmin();
}
 
/trunk/services/modules/0.1/syndication/SyndicationTagsParProtocole.php
94,7 → 94,7
* Si le flux est un flux admin, demander un mot de passe
* */
private function demanderAutorisationAdmin() {
$verification = new ControleAcces($this->conteneur);
$verification = $this->conteneur->getControleAcces();
$verification->demanderAuthentificationAdmin();
}