From b553f9b238272364a2475185f648f84a632f7f26 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 18 Jun 2012 18:20:23 +0300 Subject: beta 2012.06.18 17:11 --- scripts/context/lua/mtxrun.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/context/lua') diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index 12ee56f74..031d91a85 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -12936,8 +12936,8 @@ function resolvers.resetextrapath() end function resolvers.registerextrapath(paths,subpaths) - paths = paths and settings_to_array(paths) - subpaths = subpaths and settings_to_array(subpaths) + paths = settings_to_array(paths) + subpaths = settings_to_array(subpaths) local ep = instance.extra_paths or { } local oldn = #ep local newn = oldn -- cgit v1.2.3