mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:10:12 +01:00
gui fix
This commit is contained in:
parent
9d948b439f
commit
4e988deaf4
@ -33,6 +33,7 @@ class ControllerMessageRestore extends Controller {
|
|||||||
|
|
||||||
if(Registry::get('auditor_user') == 1) {
|
if(Registry::get('auditor_user') == 1) {
|
||||||
$this->data['id'] = @$this->request->post['id'];
|
$this->data['id'] = @$this->request->post['id'];
|
||||||
|
$this->request->post['rcpt'] = urldecode($this->request->post['rcpt']);
|
||||||
$rcpt = preg_split("/\s/", $this->request->post['rcpt']);
|
$rcpt = preg_split("/\s/", $this->request->post['rcpt']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user