Merge branch 'main' into guillaume
This commit is contained in:
commit
483ae3c9c0
25 changed files with 1061 additions and 388 deletions
|
|
@ -85,6 +85,7 @@
|
|||
|
||||
$this->_arrData['arrProjectToDisplay'] = $arrProjectToDisplay;
|
||||
$this->_arrData['arrCategory'] = $arrCategory;
|
||||
$this->_arrData['arrProject'] = $arrProject;
|
||||
$this->_arrData['arrUser'] = $arrUser;
|
||||
|
||||
|
||||
|
|
@ -179,7 +180,7 @@
|
|||
$objProject->hydrate($arrProject);
|
||||
|
||||
$this->_arrData["objProject"] = $objProject;
|
||||
$this->_display("projet_display");
|
||||
$this->_display("project_display");
|
||||
} else {
|
||||
header("Location: index.php?ctrl=project&action=home");
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue