This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Administration] Switch producteur : rester sur la même page
#1375
feature/souke
Guillaume Bourgeois
1 year ago
parent
3171129bb2
commit
79cb35274b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
backend/controllers/SiteController.php
+ 1
- 1
backend/controllers/SiteController.php
View File
@@ -149,6 +149,6 @@ class SiteController extends BackendController
$this->addFlash('error', 'Producteur introuvable.');
}
$this->redirect(['dashboard/index']
);
return $this->redirectReferer(
);
}
}
Write
Preview
Loading…
Cancel
Save