Skip to content

Commit 8de3ec6

Browse files
committed
Corrects logic of getFullRequestUri to use absolute URI
1 parent 49dec5f commit 8de3ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/classes/QueueitBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getQueueToken() {
9191
* Helper method to get the current URL.
9292
*/
9393
public function getFullRequestUri() {
94-
return file_create_url(current_path());
94+
return $GLOBALS['base_url'] . request_uri();
9595
}
9696

9797
}

0 commit comments

Comments
 (0)