Subversion Repositories Applications.gtt

Compare Revisions

Regard whitespace Rev 152 → Rev 153

/trunk/bibliotheque/noyau/ControlleurFrontal.class.php
67,7 → 67,7
if (file_exists($fichier_action)) {
require_once $fichier_action;
$Action = new $classe_action($this->getRegistre());
$this->chargerActionGenerique(&$tab_info_url['tab_actions']);
$this->chargerActionGenerique($tab_info_url['tab_actions']);
$Action->setSuivant($tab_info_url['tab_actions']);
$Action->demarrer();
if ($this->url_format == 'html') {