mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
PHP 7.3 fix.
This commit is contained in:
@@ -135,7 +135,7 @@ class e_admin_request
|
|||||||
// Set current id
|
// Set current id
|
||||||
if(isset($this->_request_qry[$this->_id_key]))
|
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?
|
$this->_posted_qry =& $_POST; //raw?
|
||||||
|
Reference in New Issue
Block a user