Explorar el Código

[Administration] Switch producteur : rester sur la même page #1375

feature/souke
Guillaume Bourgeois hace 1 año
padre
commit
79cb35274b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/controllers/SiteController.php

+ 1
- 1
backend/controllers/SiteController.php Ver fichero

@@ -149,6 +149,6 @@ class SiteController extends BackendController
$this->addFlash('error', 'Producteur introuvable.');
}

$this->redirect(['dashboard/index']);
return $this->redirectReferer();
}
}

Cargando…
Cancelar
Guardar