fix(src/components/core/CoreManager): remove tab

This commit is contained in:
Ronan Abhamon 2017-04-19 10:47:36 +02:00
parent 3fe79d531b
commit a19d292bf5

View file

@ -93,7 +93,7 @@ void CoreManager::setDatabasesPaths () {
void CoreManager::setOtherPaths () {
if (mCore->getZrtpSecretsFile().empty())
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
if (mCore->getUserCertificatesPath().empty())
mCore->setUserCertificatesPath(Paths::getUserCertificatesDirpath());