1
0
Fork 0

Fixed wrong copy/paste

Fixes CID 110962
This commit is contained in:
worktycho 2015-05-23 11:12:18 +01:00 committed by tycho
parent 0daa6a92ea
commit 26c9c34780
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ bool cOverridesSettingsRepository::DeleteValue(const AString & a_KeyName, const
}
else
{
return m_Overrides->DeleteValue(a_KeyName, a_ValueName);
return m_Main->DeleteValue(a_KeyName, a_ValueName);
}
}