Only call select_apps if enabled_apps is not null.
This commit is contained in:
parent
322db9393d
commit
32fed01916
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ fn select_handler {
|
|||
set_handler dir_listing_handler $body
|
||||
|
||||
# Apps
|
||||
if not if(select_apps)
|
||||
if not if(! ~ $#enabled_apps 0 && select_apps)
|
||||
set_handler app_handler
|
||||
|
||||
# File not found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue