Skip to content

Commit 1ea0a7e

Browse files
dev
1 parent a20f83d commit 1ea0a7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/vendor/CanUrl.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ public function is_need_redirect($is_final, $current_url = null)
231231
}
232232
if (!isset($current_url)) {
233233
$current_url = \Yii::$app->getRequest()->getAbsoluteUrl();
234-
$current_url = Url::current([], true);
234+
/*$current_url = Url::current([], true);*/
235+
/*print_r(\Yii::$app->getRequest()->getAbsoluteUrl());
236+
print_r($current_url);
237+
die;*/
235238
}
236239
if (!is_string($current_url)) {
237240
throw new InvalidParamException('(!is_string($current_url))');

0 commit comments

Comments
 (0)