Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.cpp @ 1727:1ae29c5e52fb db-changes
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Oct 2015 14:50:10 +0200 |
parents | 0bbcfd9695e5 |
children | 4941494b5dd8 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp Tue Oct 20 11:21:36 2015 +0200 +++ b/Plugins/Engine/OrthancPlugins.cpp Tue Oct 20 14:50:10 2015 +0200 @@ -895,7 +895,7 @@ CheckContextAvailable(); std::list<std::string> result; - pimpl_->context_->GetIndex().LookupIdentifier(result, tag, p.argument, level); + pimpl_->context_->GetIndex().LookupIdentifier(result, level, tag, p.argument); if (result.size() == 1) {