Mercurial > hg > orthanc
comparison OrthancServer/OrthancConfiguration.cpp @ 3709:1f4910999fe7
Fix issue #168 (Plugins can't read private tags from the configuration file)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 28 Feb 2020 13:23:11 +0100 |
parents | 94f4a18a79cc |
children | c205f670098e |
comparison
equal
deleted
inserted
replaced
3708:bc25deb40302 | 3709:1f4910999fe7 |
---|---|
863 else | 863 else |
864 { | 864 { |
865 return new TemporaryFile; | 865 return new TemporaryFile; |
866 } | 866 } |
867 } | 867 } |
868 | |
869 | |
870 std::string OrthancConfiguration::GetDefaultPrivateCreator() const | |
871 { | |
872 // New configuration option in Orthanc 1.6.0 | |
873 return GetStringParameter("DefaultPrivateCreator", ""); | |
874 } | |
868 } | 875 } |