Skip to content
Commit 107ed061 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-base: dispatcher.uc: fix `N_()` fallback implementation



The fallback implementation of `N_()` accessed the wrong variable, a
global `n` instead of the local `args`. Adjust the expression to reference
the correct variable.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent a435d4e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment