# HG changeset patch # User Sebastien Jodogne # Date 1500448676 -7200 # Node ID 5125624e5cf35a0328b4c00dcedca4d179e5d7cd # Parent 4362026afddfe38c7611b6b81684601e0a108b89# Parent dada4dd8f3a31f50a02f11d257cff52a62df766d merge diff -r dada4dd8f3a3 -r 5125624e5cf3 Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Wed Mar 22 17:01:00 2017 +0000 +++ b/Plugin/Plugin.cpp Wed Jul 19 09:17:56 2017 +0200 @@ -305,7 +305,7 @@ configuration.LookupListOfStrings(tmp, "TokenGetArguments", true); -#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 2, 1) +#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 3, 0) for (std::list::const_iterator it = tmp.begin(); it != tmp.end(); ++it) { @@ -315,7 +315,7 @@ if (!tmp.empty()) { LOG(ERROR) << "The option \"TokenGetArguments\" of the authorization plugin " - << "is only valid if compiled against Orthanc >= 1.2.1"; + << "is only valid if compiled against Orthanc >= 1.3.0"; throw Orthanc::OrthancException(Orthanc::ErrorCode_Plugin); } #endif