mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixes #2834 - Batch Copy wasn't redirecting.
This commit is contained in:
@@ -4820,7 +4820,7 @@ class e_admin_ui extends e_admin_controller_ui
|
|||||||
// send messages to session
|
// send messages to session
|
||||||
e107::getMessage()->moveToSession();
|
e107::getMessage()->moveToSession();
|
||||||
// redirect
|
// redirect
|
||||||
// $this->redirect();
|
$this->redirect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user