File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ private function _initVersionInfo() {
476
476
*
477
477
* @since 2.1
478
478
*/
479
- define ('WF_VERSION ' , '2.4.3 ' );
479
+ define ('WF_VERSION ' , '2.4.4 ' );
480
480
/**
481
481
* A constant that tells the type of framework version.
482
482
*
@@ -492,7 +492,7 @@ private function _initVersionInfo() {
492
492
*
493
493
* @since 2.1
494
494
*/
495
- define ('WF_RELEASE_DATE ' , '2021-12-08 ' );
495
+ define ('WF_RELEASE_DATE ' , '2021-12-12 ' );
496
496
}
497
497
private function _loadConstants () {
498
498
if (!class_exists (APP_DIR_NAME .'\ini\GlobalConstants ' )) {
@@ -525,7 +525,7 @@ private function _setErrHandler() {
525
525
{
526
526
$ isCli = class_exists ('webfiori\framework\cli\CLI ' ) ? CLI ::isCLI () : http_response_code () === false ;
527
527
Response::clear ();
528
- $ routerObj = Router::getUriObjByURL (Util ::getRequestedURL ());
528
+ $ routerObj = Router::getUriObjByURL (Request ::getRequestedURL ());
529
529
530
530
if ($ isCli ) {
531
531
if (class_exists ('webfiori\framework\cli\CLI ' )) {
You can’t perform that action at this time.
0 commit comments