Skip to content

Commit 18c8951

Browse files
committed
Update WebFioriApp.php
1 parent 7037483 commit 18c8951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webfiori/framework/WebFioriApp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ private function _initVersionInfo() {
476476
*
477477
* @since 2.1
478478
*/
479-
define('WF_VERSION', '2.4.3');
479+
define('WF_VERSION', '2.4.4');
480480
/**
481481
* A constant that tells the type of framework version.
482482
*
@@ -492,7 +492,7 @@ private function _initVersionInfo() {
492492
*
493493
* @since 2.1
494494
*/
495-
define('WF_RELEASE_DATE', '2021-12-08');
495+
define('WF_RELEASE_DATE', '2021-12-12');
496496
}
497497
private function _loadConstants() {
498498
if (!class_exists(APP_DIR_NAME.'\ini\GlobalConstants')) {
@@ -525,7 +525,7 @@ private function _setErrHandler() {
525525
{
526526
$isCli = class_exists('webfiori\framework\cli\CLI') ? CLI::isCLI() : http_response_code() === false;
527527
Response::clear();
528-
$routerObj = Router::getUriObjByURL(Util::getRequestedURL());
528+
$routerObj = Router::getUriObjByURL(Request::getRequestedURL());
529529

530530
if ($isCli) {
531531
if (class_exists('webfiori\framework\cli\CLI')) {

0 commit comments

Comments
 (0)