diff OrthancServer/QueryRetrieveHandler.cpp @ 2612:6f9225dcfc32 jobs

renames
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 May 2018 08:59:04 +0200
parents 5e2730c8e23c
children 2f3007bf0708
line wrap: on
line diff
--- a/OrthancServer/QueryRetrieveHandler.cpp	Sat May 19 18:11:40 2018 +0200
+++ b/OrthancServer/QueryRetrieveHandler.cpp	Mon May 21 08:59:04 2018 +0200
@@ -46,7 +46,7 @@
   {
     static const char* LUA_CALLBACK = "OutgoingFindRequestFilter";
 
-    LuaScripting::Locker locker(context.GetLua());
+    LuaScripting::Locker locker(context.GetLuaScripting());
     if (locker.GetLua().IsExistingFunction(LUA_CALLBACK))
     {
       LuaFunctionCall call(locker.GetLua(), LUA_CALLBACK);