diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php
index 9a7664d..815f5f6 100755
--- a/Controleur/ControleurRemboursement.php
+++ b/Controleur/ControleurRemboursement.php
@@ -17,7 +17,7 @@ class ControleurRemboursement extends Controleur {
$this->ged = new Ged();
}
- public function index($msgErreur=null)
+ public function index()
{
echo "
";
echo "
";
@@ -46,8 +46,7 @@ class ControleurRemboursement extends Controleur {
);
}
- /*
- public function uploadged($msgErreur=null)
+ public function uploadged()
{
var_dump(
array(
@@ -162,5 +161,5 @@ class ControleurRemboursement extends Controleur {
// $this->executerAction("index");
echo "après uploadged";
}
- */
+
}
\ No newline at end of file