mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
align use of unescape_url() (#4878)
This commit is contained in:
parent
8068e8fb0e
commit
e075b951a4
|
@ -140,7 +140,7 @@ CLASS zcl_abapgit_repo_online IMPLEMENTATION.
|
||||||
rv_name = super->get_name( ).
|
rv_name = super->get_name( ).
|
||||||
IF rv_name IS INITIAL.
|
IF rv_name IS INITIAL.
|
||||||
rv_name = zcl_abapgit_url=>name( ms_data-url ).
|
rv_name = zcl_abapgit_url=>name( ms_data-url ).
|
||||||
rv_name = cl_http_utility=>if_http_utility~unescape_url( rv_name ).
|
rv_name = cl_http_utility=>unescape_url( rv_name ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user