mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
PHP 7.3 fix.
This commit is contained in:
parent
72259fb9c0
commit
b56f81fa23
@ -135,7 +135,7 @@ class e_admin_request
|
||||
// Set current id
|
||||
if(isset($this->_request_qry[$this->_id_key]))
|
||||
{
|
||||
$this->_id = preg_replace('/[^\w-:.]/', '', $this->_request_qry[$this->_id_key]);
|
||||
$this->_id = preg_replace('/[^\w\-:\.]/', '', $this->_request_qry[$this->_id_key]);
|
||||
}
|
||||
|
||||
$this->_posted_qry =& $_POST; //raw?
|
||||
|
Loading…
x
Reference in New Issue
Block a user