Fixed optional dependencies logging errors (again) (bug 5739, r=dvander).

Regression from changeset 4c93f74cae51 and changeset 7dae5b0b8e28 in bug 5860.
This commit is contained in:
systematicmania
2013-08-24 00:12:21 -04:00
parent bc789d7c1a
commit da650606e3
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -1286,7 +1286,7 @@ bool CPluginManager::LoadOrRequireExtensions(CPlugin *pPlugin, unsigned int pass
{
libsys->PathFormat(path, PLATFORM_MAX_PATH, "%s", file);
bool bErrorOnMissing = ext->required ? true : false;
g_Extensions.LoadAutoExtension(path);
g_Extensions.LoadAutoExtension(path, bErrorOnMissing);
}
}
else if (pass == 2)