Merge pull request #2 from ThomasRubini/english

This commit is contained in:
Thomas Rubini 2023-01-12 15:26:07 +01:00
commit 326b9cb56b
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;