mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 04:11:59 +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) {
|
||||
$this->data['id'] = @$this->request->post['id'];
|
||||
$this->request->post['rcpt'] = urldecode($this->request->post['rcpt']);
|
||||
$rcpt = preg_split("/\s/", $this->request->post['rcpt']);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user