fix variable name

This commit is contained in:
Thomas Rubini 2023-01-12 15:25:13 +01:00
parent 214243e146
commit 0c87e9cbc6
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -39,7 +39,7 @@ final class controller
$this->_A_urlParts['controller'] = array_shift($_A_urlParts);
$this->_A_urlParts['action'] = array_shift($_A_urlParts);
$this->_A_urlParametres = $_A_urlParts;
$this->_A_urlParams = $_A_urlParts;
$this->_A_postParams = $A_postParams;