Skip to content

Commit

Permalink
better use of input url type in ctrOpenSearchPagesInBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Aug 6, 2023
1 parent 33db78d commit 160a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ ctrOpenSearchPagesInBrowser <- function(
call. = FALSE, immediate. = TRUE)
register <- url[nr, "query-register", drop = TRUE]
url <- url[nr, "query-term", drop = TRUE]
urlOrig <- url
if (!is.atomic(urlOrig)) urlOrig <- url
}

# - open register search pages
Expand Down

0 comments on commit 160a4b4

Please sign in to comment.