Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3744 → Rev 3745

/trunk/widget/modules/manager/Manager.php
65,7 → 65,7
 
$this->cel_url_tpl = $this->config['manager']['celUrlTpl'];
 
if ( !empty( $_POST ) ) { //print_r($_POST);
if ( $_POST !== array() ) { //print_r($_POST);
$this->parametres['projet'] = $_POST['projet'];
$this->parametres['langue'] = $_POST['langue'];