diff OrthancServer/OrthancRestApi/OrthancRestSystem.cpp @ 2612:6f9225dcfc32 jobs

renames
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 May 2018 08:59:04 +0200
parents a3fdfb6979ed
children 2f3007bf0708
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp	Sat May 19 18:11:40 2018 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp	Mon May 21 08:59:04 2018 +0200
@@ -124,7 +124,7 @@
     call.BodyToString(command);
 
     {
-      LuaScripting::Locker locker(context.GetLua());
+      LuaScripting::Locker locker(context.GetLuaScripting());
       locker.GetLua().Execute(result, command);
     }