Fix a silly bug that would result in attempting to fetch (literally) the
URI "httpDirectory" (oops).
This commit is contained in:
parent
91d20ba0f7
commit
e9bd9b3f19
@ -481,7 +481,7 @@ f_media_init_http()
|
|||||||
|
|
||||||
case "$rel" in
|
case "$rel" in
|
||||||
__RELEASE|any)
|
__RELEASE|any)
|
||||||
setvar $VAR_HTTP_PATH "$VAR_HTTP_DIR"
|
f_getvar $VAR_HTTP_DIR $VAR_HTTP_PATH
|
||||||
f_http_check_access
|
f_http_check_access
|
||||||
http_found=$?
|
http_found=$?
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user