Fixed recursive configuration getproperty bug

This commit is contained in:
Don Honerbrink 2015-06-25 16:55:08 -05:00
parent bcf35a954d
commit 649e9964be

View File

@ -182,8 +182,8 @@ bool Configuration::getProperty(std::string key, std::string &value)
std::string baseMediaPath = absolutePath;
std::string baseItemPath = absolutePath;
std::string collectionName;
getProperty("currentCollection", collectionName);
getRawProperty("currentCollection", collectionName);
getRawProperty("baseMediaPath", baseMediaPath);
getRawProperty("baseItemPath", baseItemPath);